summaryrefslogtreecommitdiffstats
path: root/arch/sparc/kernel/perf_event.c
Commit message (Expand)AuthorAgeFilesLines
* perf core: Add a 'nr' field to perf_event_callchain_contextArnaldo Carvalho de Melo2016-05-161-3/+3
* perf core: Pass max stack as a perf_callchain_entry contextArnaldo Carvalho de Melo2016-05-161-7/+7
* perf core: Allow setting up max frame stack depth via sysctlArnaldo Carvalho de Melo2016-04-271-3/+3
* sparc64: Perf should save/restore fault infoRob Gardner2015-12-241-0/+4
* sparc64: Ensure perf can access user stacksRob Gardner2015-12-241-0/+7
* treewide: Remove old email addressPeter Zijlstra2015-11-231-1/+1
* perf/core: Drop PERF_EVENT_TXNSukadev Bhattiprolu2015-09-131-5/+1
* perf/core: Add a 'flags' parameter to the PMU transactional interfacesSukadev Bhattiprolu2015-09-131-1/+24
* sparc, perf/sparc: Remove unnecessary assignmentSukadev Bhattiprolu2015-09-131-1/+0
* sparc64: perf: Use UREG_FP rather than UREG_I6David Ahern2015-06-251-2/+2
* sparc64: perf: Add sanity checking on addresses in user stackDavid Ahern2015-06-251-0/+13
* sparc: perf: Disable pagefaults while walking userspace stacksDavid Ahern2015-06-251-1/+6
* sparc64: Use M7 PMC write on all chips T4 and onward.David S. Miller2015-04-211-32/+3
* sparc: perf: Add support M7 processorDavid Ahern2015-03-191-0/+40
* sparc: perf: Make counting mode actually workDavid Ahern2015-03-191-8/+3
* sparc: perf: Remove redundant perf_pmu_{en|dis}able callsDavid Ahern2015-03-191-4/+0
* Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-151-13/+13
|\
| * sparc: Replace __get_cpu_var usesChristoph Lameter2014-08-261-13/+13
* | sparc64: T5 PMUbob picco2014-09-161-1/+2
|/
* sparc64: Fix pcr_ops initialization and usage bugs.David S. Miller2014-08-111-2/+5
* sparc64: fix sparse warnings in perf_event.cSam Ravnborg2014-05-181-10/+13
* sparc64: Make montmul/montsqr/mpmul usable in 32-bit threads.David S. Miller2012-10-261-6/+16
* sparc64: Fix bit twiddling in sparc_pmu_enable_event().David S. Miller2012-10-161-2/+4
* sparc64: Like x86 we should check current->mm during perf backtrace generation.David S. Miller2012-10-141-4/+5
* sparc64: Update generic comments in perf event code to match reality.David S. Miller2012-08-181-13/+27
* sparc64: Add SPARC-T4 perf event support.David S. Miller2012-08-181-2/+187
* sparc64: Support perf event encoding for multi-PCR PMUs.David S. Miller2012-08-181-23/+75
* sparc64: Make sparc_pmu_{enable,disable}_event() multi-pcr aware.David S. Miller2012-08-181-6/+14
* sparc64: Rework sparc_pmu_enable() so that the side effects are clearer.David S. Miller2012-08-181-6/+2
* sparc64: Prepare perf event layer for handling multiple PCR registers.David S. Miller2012-08-181-27/+45
* sparc64: Specify user and supervisor trace PCR bits in sparc_pmu.David S. Miller2012-08-181-4/+12
* sparc64: Abstract PMC read/write behind sparc_pmu.David S. Miller2012-08-181-30/+38
* sparc64: Allow max hw perf events to be variable.David S. Miller2012-08-181-3/+7
* sparc64: Add perf_event abstractions for orthogonal PMUs.David S. Miller2012-08-181-0/+20
* sparc64: Abstract away PIC register accesses.David S. Miller2012-08-181-12/+11
* sparc64: Add 'reg_num' argument to pcr_ops methods.David S. Miller2012-08-181-7/+7
* perf: Pass last sampling period to perf_sample_data_init()Robert Richter2012-05-091-3/+1
* Disintegrate asm/system.h for SparcDavid Howells2012-03-281-0/+2
* perf: Disable PERF_SAMPLE_BRANCH_* when not supportedStephane Eranian2012-03-051-0/+4
* sparc: Detect and handle UltraSPARC-T3 cpu types.David S. Miller2011-07-271-1/+2
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* perf, arch: Add generic NODE cache eventsPeter Zijlstra2011-07-011-0/+42
* perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra2011-07-011-1/+1
* sparc: consolidate show_cpuinfo in cpu.cSam Ravnborg2011-04-211-0/+1
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* perf: Dynamic pmu typesPeter Zijlstra2010-12-161-1/+1
* perf, sparc: Fix CONFIG_PERF_EVENTS=y build errorIngo Molnar2010-12-101-1/+1
* perf, arch: Cleanup perf-pmu init vs lockup-detectorPeter Zijlstra2010-11-261-2/+5
* Merge branch 'linus' into perf/coreIngo Molnar2010-09-231-3/+12
|\
| * sparc64: Support RAW perf events.David S. Miller2010-09-121-3/+11