summaryrefslogtreecommitdiffstats
path: root/arch/sparc/kernel/perf_event.c
AgeCommit message (Expand)AuthorLines
2019-06-02sparc: perf: fix updated event period in response to PERF_EVENT_IOC_PERIODYoung Xiao-0/+4
2018-12-22sparc64: Use ftrace_graph_get_ret_stack() instead of curr_ret_stackSteven Rostedt (VMware)-3/+5
2018-10-29sparc64: Remvoe set_fs() from perf_callchain_user().David S. Miller-5/+0
2018-10-12sparc: Throttle perf events properly.David S. Miller-0/+9
2018-10-12sparc: Fix single-pcr perf event counter management.David S. Miller-4/+13
2018-03-16perf: Fix sibling iterationPeter Zijlstra-1/+1
2018-03-12perf/core: Remove perf_event::group_entryPeter Zijlstra-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2016-05-16perf core: Add a 'nr' field to perf_event_callchain_contextArnaldo Carvalho de Melo-3/+3
2016-05-16perf core: Pass max stack as a perf_callchain_entry contextArnaldo Carvalho de Melo-7/+7
2016-04-27perf core: Allow setting up max frame stack depth via sysctlArnaldo Carvalho de Melo-3/+3
2015-12-24sparc64: Perf should save/restore fault infoRob Gardner-0/+4
2015-12-24sparc64: Ensure perf can access user stacksRob Gardner-0/+7
2015-11-23treewide: Remove old email addressPeter Zijlstra-1/+1
2015-09-13perf/core: Drop PERF_EVENT_TXNSukadev Bhattiprolu-5/+1
2015-09-13perf/core: Add a 'flags' parameter to the PMU transactional interfacesSukadev Bhattiprolu-1/+24
2015-09-13sparc, perf/sparc: Remove unnecessary assignmentSukadev Bhattiprolu-1/+0
2015-06-25sparc64: perf: Use UREG_FP rather than UREG_I6David Ahern-2/+2
2015-06-25sparc64: perf: Add sanity checking on addresses in user stackDavid Ahern-0/+13
2015-06-25sparc: perf: Disable pagefaults while walking userspace stacksDavid Ahern-1/+6
2015-04-21sparc64: Use M7 PMC write on all chips T4 and onward.David S. Miller-32/+3
2015-03-19sparc: perf: Add support M7 processorDavid Ahern-0/+40
2015-03-19sparc: perf: Make counting mode actually workDavid Ahern-8/+3
2015-03-19sparc: perf: Remove redundant perf_pmu_{en|dis}able callsDavid Ahern-4/+0
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-13/+13
2014-09-16sparc64: T5 PMUbob picco-1/+2
2014-08-26sparc: Replace __get_cpu_var usesChristoph Lameter-13/+13
2014-08-11sparc64: Fix pcr_ops initialization and usage bugs.David S. Miller-2/+5
2014-05-18sparc64: fix sparse warnings in perf_event.cSam Ravnborg-10/+13
2012-10-26sparc64: Make montmul/montsqr/mpmul usable in 32-bit threads.David S. Miller-6/+16
2012-10-16sparc64: Fix bit twiddling in sparc_pmu_enable_event().David S. Miller-2/+4
2012-10-14sparc64: Like x86 we should check current->mm during perf backtrace generation.David S. Miller-4/+5
2012-08-18sparc64: Update generic comments in perf event code to match reality.David S. Miller-13/+27
2012-08-18sparc64: Add SPARC-T4 perf event support.David S. Miller-2/+187
2012-08-18sparc64: Support perf event encoding for multi-PCR PMUs.David S. Miller-23/+75
2012-08-18sparc64: Make sparc_pmu_{enable,disable}_event() multi-pcr aware.David S. Miller-6/+14
2012-08-18sparc64: Rework sparc_pmu_enable() so that the side effects are clearer.David S. Miller-6/+2
2012-08-18sparc64: Prepare perf event layer for handling multiple PCR registers.David S. Miller-27/+45
2012-08-18sparc64: Specify user and supervisor trace PCR bits in sparc_pmu.David S. Miller-4/+12
2012-08-18sparc64: Abstract PMC read/write behind sparc_pmu.David S. Miller-30/+38
2012-08-18sparc64: Allow max hw perf events to be variable.David S. Miller-3/+7
2012-08-18sparc64: Add perf_event abstractions for orthogonal PMUs.David S. Miller-0/+20
2012-08-18sparc64: Abstract away PIC register accesses.David S. Miller-12/+11
2012-08-18sparc64: Add 'reg_num' argument to pcr_ops methods.David S. Miller-7/+7
2012-05-09perf: Pass last sampling period to perf_sample_data_init()Robert Richter-3/+1
2012-03-28Disintegrate asm/system.h for SparcDavid Howells-0/+2
2012-03-05perf: Disable PERF_SAMPLE_BRANCH_* when not supportedStephane Eranian-0/+4
2011-07-27sparc: Detect and handle UltraSPARC-T3 cpu types.David S. Miller-1/+2
2011-07-26atomic: use <linux/atomic.h>Arun Sharma-1/+1
2011-07-01perf, arch: Add generic NODE cache eventsPeter Zijlstra-0/+42