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