summaryrefslogtreecommitdiff
path: root/arch/arm/oprofile
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/ker...Linus 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 Fleming2-319/+4
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: 6073/1: oprofile: remove old files and update KConfigWill Deacon12-1765/+1
2010-05-17ARM: 6072/1: oprofile: use perf-events framework as backendWill Deacon1-52/+281
2010-02-12ARM: 5901/2: arm/oprofile: reserve the PMU when startingJamie Iles7-64/+85
2009-12-22ARM: 5849/1: ARMv7: fix Oprofile events countJean PIHET1-6/+2
2009-10-17ARM: 5764/1: bcmring: add oprofile pmu supportLeo Chen1-0/+3
2009-05-30RealView: Move the IRQ_* definitions out of the board-*.h filesCatalin Marinas1-0/+1
2009-03-28Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-6/+8
2009-02-12[ARM] 5382/1: unwind: Reorganise the stacktrace supportCatalin Marinas1-6/+8
2009-01-12irq: update all arches for new irq_descMike Travis1-1/+1
2008-12-13cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell1-2/+2
2008-09-06[ARM] Convert asm/io.h to linux/io.hRussell King1-1/+1
2008-09-06[ARM] Convert asm/uaccess.h to linux/uaccess.hRussell King1-1/+1
2008-09-01[ARM] 5195/1: ARMv7 Oprofile supportJean PIHET5-0/+520
2008-09-01[ARM] cputype: separate definitions, use themRussell King1-1/+1
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King1-1/+1
2008-08-07[ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King1-1/+1
2008-06-26smp_call_function: get rid of the unused nonatomic/retry argumentJens Axboe1-1/+1
2008-04-28[ARM] 5018/1: RealView: Fix the ARM11MPCore Oprofile compilationCatalin Marinas1-22/+22
2008-01-24Driver core: change sysdev classes to use dynamic kobject namesKay Sievers1-1/+1
2007-10-19Combine instrumentation menus in kernel/Kconfig.instrumentationMathieu Desnoyers1-42/+0
2007-06-02[ARM] Solve buggy smp_processor_id() usageRussell King1-0/+2
2007-05-30[ARM] oprofile: avoid lockdep warnings on mpcore oprofile initRussell King1-2/+7
2007-04-28[ARM] Add stacktrace support and make oprofile use itRussell King1-52/+17
2007-03-02[ARM] 4237/2: oprofile: Always allow backtraces on ARMRichard Purdie1-1/+2
2007-02-06[ARM] oprofile: add ARM11 SMP supportRussell King6-0/+369
2007-02-06[ARM] oprofile: add ARM11 UP supportRussell King5-0/+84
2007-02-06[ARM] oprofile: add ARM11 core supportRussell King4-1/+211
2006-11-14[ARM] Remove OP_MAX_COUNTERRussell King1-2/+0
2006-10-15[ARM] Fix fallout from IRQ regs changesRussell King1-1/+2
2006-10-06Initial blind fixup for arm for irq changesLinus Torvalds1-2/+2
2006-09-30[ARM] 3880/1: remove the last trace of iop31x supportLennert Buytenhek1-3/+0
2006-09-25[ARM] 3832/1: iop3xx: coding style cleanupLennert Buytenhek1-3/+3
2006-09-25[ARM] 3816/1: iop3xx: rename config symbolsLennert Buytenhek1-2/+2
2006-07-02[PATCH] ARM: fixup irqflags breakage after ARM genirq mergeThomas Gleixner1-1/+1
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 King2-3/+10
2006-03-21[ARM] Oprofile: Convert semaphore to mutexRussell King1-13/+10