aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/kernel/perf_event.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-07-01perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra1-1/+1
2011-04-21sparc: consolidate show_cpuinfo in cpu.cSam Ravnborg1-0/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-12-16perf: Dynamic pmu typesPeter Zijlstra1-1/+1
2010-12-10perf, sparc: Fix CONFIG_PERF_EVENTS=y build errorIngo Molnar1-1/+1
2010-11-26perf, arch: Cleanup perf-pmu init vs lockup-detectorPeter Zijlstra1-2/+5
2010-09-23Merge branch 'linus' into perf/coreIngo Molnar1-3/+12
2010-09-12sparc64: Support RAW perf events.David S. Miller1-3/+11
2010-09-09perf: Remove the sysfs bitsPeter Zijlstra1-6/+3
2010-09-09perf: Rework the PMU methodsPeter Zijlstra1-42/+67
2010-09-09perf: Per PMU disablePeter Zijlstra1-9/+11
2010-09-09perf: Reduce perf_disable() usagePeter Zijlstra1-0/+3
2010-09-09perf: Register PMU implementationsPeter Zijlstra1-13/+16
2010-09-09perf: Deconstify struct pmuPeter Zijlstra1-5/+5
2010-08-19perf: Factorize callchain context handlingFrederic Weisbecker1-3/+0
2010-08-19perf: Generalize some arch callchain codeFrederic Weisbecker1-31/+15
2010-08-19perf: Generalize callchain_store()Frederic Weisbecker1-16/+10
2010-07-21Merge branch 'linus' into perf/coreIngo Molnar1-0/+1
2010-06-26Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-47/+61
2010-06-23sparc64: Fix maybe_change_configuration() PCR setting.David S. Miller1-0/+1
2010-06-09perf: Convert perf_event to local_tPeter Zijlstra1-9/+9
2010-06-09perf: Cleanup {start,commit,cancel}_txn detailsPeter Zijlstra1-3/+4
2010-05-27Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-47/+61
2010-05-18perf, sparc: Implement group scheduling transactional APIsLin Ming1-47/+61