aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/oprofile (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-07-21perf: Remove the nmi parameter from the oprofile_perf backendWill Deacon1-1/+1
2011-07-01perf: Add context field to perf_eventAvi Kivity1-1/+1
2011-05-31oprofile: Fix locking dependency in sync_start()Robert Richter1-6/+2
2011-05-31oprofile: Free potentially owned tasks in case of errorsRobert Richter1-4/+9
2011-05-24oprofile: Use linux/mutex.hAnton Blanchard2-2/+2
2011-02-15oprofile, s390: Rework hwsampler implementationRobert Richter3-46/+3
2011-02-15oprofile, s390: Enhance OProfile to support System zs hardware sampling featureHeinz Graalfs3-3/+46
2011-02-15oprofile: Introduce new oprofile sample add function (oprofile_add_ext_hw_sample)Heinz Graalfs1-7/+17
2010-10-30Merge branches 'perf-fixes-for-linus' and 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds4-4/+22
2010-10-30Merge branch 'tip/perf/jump-label-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/urgentIngo Molnar2-1/+11
2010-10-29oprofile: Remove deprecated use of flush_scheduled_work()Tejun Heo3-4/+9
2010-10-29oprofile: Fix the hang while taking the cpu offlineSantosh Shilimkar1-0/+13
2010-10-29convert get_sb_single() usersAl Viro1-4/+4
2010-10-25fs: do not assign default i_ino in new_inodeChristoph Hellwig1-0/+1
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2-1/+10
2010-10-15llseek: automatically add .llseek fopArnd Bergmann2-1/+10
2010-10-15oprofile: make !CONFIG_PM function stubs static inlineRobert Richter1-2/+6
2010-10-15oprofile: fix linker errorsAnand Gadiyar1-1/+1
2010-10-15oprofile: include platform_device.h to fix build breakAnand Gadiyar1-0/+1
2010-10-15Merge remote branch 'tip/perf/core' into oprofile/coreRobert Richter1-1/+1
2010-10-12oprofile: disable write access to oprofilefs while profiler is runningRobert Richter4-20/+18
2010-10-11Merge branch 'oprofile/perf' into oprofile/coreRobert Richter1-0/+323
2010-10-11oprofile, ARM: Use oprofile_arch_exit() to cleanup on failureRobert Richter1-28/+26
2010-10-11oprofile, ARM: Rework op_create_counter()Robert Richter1-10/+10
2010-10-11oprofile, ARM: Remove some goto statementsRobert Richter1-4/+2
2010-10-11oprofile, ARM: Release resources on failureRobert Richter1-0/+1
2010-10-11Merge branch 'oprofile/urgent' (early part) into oprofile/perfRobert Richter2-15/+14
2010-10-11oprofile: Abstract the perf-events backendMatt Fleming1-0/+326
2010-10-04oprofile: Remove duplicate code around __oprofilefs_create_file()Robert Richter1-32/+14
2010-10-01Merge branch 'oprofile/urgent' into oprofile/coreRobert Richter2-15/+14
2010-08-31oprofile: don't call arch exit code from init code on failureWill Deacon1-9/+2
2010-08-25oprofile: fix crash when accessing freed task structsRobert Richter2-15/+14
2010-07-26oprofile: make event buffer nonseekableArnd Bergmann1-1/+2
2010-05-03oprofile: protect from not being in an IRQ contextPhil Carmody1-2/+10
2010-04-23Merge commit 'tip/tracing/core' into oprofile/coreRobert Richter1-1/+1
2010-04-23oprofile: remove double ring bufferingAndi Kleen1-50/+13
2010-04-23Merge commit 'v2.6.34-rc5' into oprofile/coreRobert Richter1-0/+1
2010-04-08Merge branch 'linus' into tracing/coreIngo Molnar1-0/+1
2010-03-31ring-buffer: Add place holder recording of dropped eventsSteven Rostedt1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-02oprofile: convert oprofile from timer_hook to hrtimerMartin Schwidefsky3-14/+79
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds3-14/+13
2009-10-29percpu: make percpu symbols in oprofile uniqueTejun Heo3-14/+13
2009-10-09oprofile: warn on freeing event buffer too earlyRobert Richter1-10/+15
2009-10-09oprofile: fix race condition in event_buffer freeDavid Rientjes1-1/+13
2009-09-24cpumask: use zalloc_cpumask_var() where possibleLi Zefan1-2/+1
2009-09-22const: mark remaining super_operations constAlexey Dobriyan1-1/+1
2009-07-20oprofile: Adding switch counter to oprofile statistic variablesRobert Richter3-9/+8
2009-07-20oprofile: Grouping multiplexing code in oprof.cRobert Richter1-51/+49