aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/oprofile/common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-09ARM: 7448/1: perf: remove arm_perf_pmu_ids global enumerationWill Deacon1-17/+28
2011-12-23oprofile, arm/sh: Fix oprofile_arch_exit() linkage issueVladimir Zapolskiy1-1/+1
2011-02-15Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-10/+2
2011-02-10ARM: 6654/1: perf/oprofile: fix off-by-one in stack checkRabin Vincent1-1/+1
2011-01-26ARM: oprofile: Fix backtraces in timer modeAri Kauppi1-10/+2
2010-10-11oprofile: Abstract the perf-events backendMatt Fleming1-319/+0
2010-10-11ARM: oprofile: Move non-ARM code into separate init/exitMatt Fleming1-3/+14
2010-10-11ARM: oprofile: Rename op_arm to oprofile_perfMatt Fleming1-34/+34
2010-10-11oprofile: Make op_name_from_perf_id() globalMatt Fleming1-2/+4
2010-10-11perf: Add helper function to return number of countersMatt Fleming1-13/+18
2010-08-31oprofile, arm: initialize perf_event pointers with NULLRobert Richter1-0/+2
2010-08-31ARM: oprofile: fix and simplify init/exit functionsWill Deacon1-22/+25
2010-05-17ARM: 6074/1: oprofile: convert from sysdev to platform deviceWill Deacon1-15/+29
2010-05-17ARM: 6072/1: oprofile: use perf-events framework as backendWill Deacon1-52/+281
2008-09-01[ARM] 5195/1: ARMv7 Oprofile supportJean PIHET1-0/+4
2008-01-24Driver core: change sysdev classes to use dynamic kobject namesKay Sievers1-1/+1
2007-03-02[ARM] 4237/2: oprofile: Always allow backtraces on ARMRichard Purdie1-1/+2
2007-02-06[ARM] oprofile: add ARM11 SMP supportRussell King1-0/+4
2007-02-06[ARM] oprofile: add ARM11 UP supportRussell King1-0/+4
2006-03-21[ARM] Use kcalloc to allocate counter_config array rather than kmallocRussell King1-1/+1
2006-03-21[ARM] Oprofile: dynamically allocate counter_configRussell King1-2/+9
2006-03-21[ARM] Oprofile: Convert semaphore to mutexRussell King1-13/+10
2006-02-01[ARM] 3295/1: Fix oprofile init return valueRuss Dill1-2/+3
2005-10-28[ARM] 4/4 Combine oprofile common and init codeRussell King1-17/+27
2005-10-28[ARM] 3/4 Rename common oprofile codeRussell King1-44/+44
2005-10-28[ARM] 2/4 Fix oprofile suspend/resumeRussell King1-3/+7
2005-10-28[ARM] 1/4 Move oprofile driver model codeRussell King1-52/+47
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+156