aboutsummaryrefslogtreecommitdiff
path: root/drivers/oprofile
AgeCommit message (Expand)AuthorFilesLines
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklGravatar Linus Torvalds 2-1/+10
2010-10-15llseek: automatically add .llseek fopGravatar Arnd Bergmann 2-1/+10
2010-10-15oprofile: make !CONFIG_PM function stubs static inlineGravatar Robert Richter 1-2/+6
2010-10-15oprofile: fix linker errorsGravatar Anand Gadiyar 1-1/+1
2010-10-15oprofile: include platform_device.h to fix build breakGravatar Anand Gadiyar 1-0/+1
2010-10-15Merge remote branch 'tip/perf/core' into oprofile/coreGravatar Robert Richter 1-1/+1
2010-10-12oprofile: disable write access to oprofilefs while profiler is runningGravatar Robert Richter 4-20/+18
2010-10-11Merge branch 'oprofile/perf' into oprofile/coreGravatar Robert Richter 1-0/+323
2010-10-11oprofile, ARM: Use oprofile_arch_exit() to cleanup on failureGravatar Robert Richter 1-28/+26
2010-10-11oprofile, ARM: Rework op_create_counter()Gravatar Robert Richter 1-10/+10
2010-10-11oprofile, ARM: Remove some goto statementsGravatar Robert Richter 1-4/+2
2010-10-11oprofile, ARM: Release resources on failureGravatar Robert Richter 1-0/+1
2010-10-11Merge branch 'oprofile/urgent' (early part) into oprofile/perfGravatar Robert Richter 2-15/+14
2010-10-11oprofile: Abstract the perf-events backendGravatar Matt Fleming 1-0/+326
2010-10-04oprofile: Remove duplicate code around __oprofilefs_create_file()Gravatar Robert Richter 1-32/+14
2010-10-01Merge branch 'oprofile/urgent' into oprofile/coreGravatar Robert Richter 2-15/+14
2010-08-31oprofile: don't call arch exit code from init code on failureGravatar Will Deacon 1-9/+2
2010-08-25oprofile: fix crash when accessing freed task structsGravatar Robert Richter 2-15/+14
2010-07-26oprofile: make event buffer nonseekableGravatar Arnd Bergmann 1-1/+2
2010-05-03oprofile: protect from not being in an IRQ contextGravatar Phil Carmody 1-2/+10
2010-04-23Merge commit 'tip/tracing/core' into oprofile/coreGravatar Robert Richter 1-1/+1
2010-04-23oprofile: remove double ring bufferingGravatar Andi Kleen 1-50/+13
2010-04-23Merge commit 'v2.6.34-rc5' into oprofile/coreGravatar Robert Richter 1-0/+1
2010-04-08Merge branch 'linus' into tracing/coreGravatar Ingo Molnar 1-0/+1
2010-03-31ring-buffer: Add place holder recording of dropped eventsGravatar Steven Rostedt 1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-02oprofile: convert oprofile from timer_hook to hrtimerGravatar Martin Schwidefsky 3-14/+79
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Gravatar Linus Torvalds 3-14/+13
2009-10-29percpu: make percpu symbols in oprofile uniqueGravatar Tejun Heo 3-14/+13
2009-10-09oprofile: warn on freeing event buffer too earlyGravatar Robert Richter 1-10/+15
2009-10-09oprofile: fix race condition in event_buffer freeGravatar David Rientjes 1-1/+13
2009-09-24cpumask: use zalloc_cpumask_var() where possibleGravatar Li Zefan 1-2/+1
2009-09-22const: mark remaining super_operations constGravatar Alexey Dobriyan 1-1/+1
2009-07-20oprofile: Adding switch counter to oprofile statistic variablesGravatar Robert Richter 3-9/+8
2009-07-20oprofile: Grouping multiplexing code in oprof.cGravatar Robert Richter 1-51/+49
2009-07-20oprofile: Remove oprofile_multiplexing_init()Gravatar Robert Richter 2-14/+2
2009-07-20oprofile: Rename variable timeout_jiffies and move to oprofile_files.cGravatar Robert Richter 3-8/+9
2009-07-20oprofile: oprofile_set_timeout(), return with error for invalid argsGravatar Robert Richter 1-3/+8
2009-07-20oprofile: Implement performance counter multiplexingGravatar Jason Yeh 4-0/+133
2009-07-14Merge commit 'v2.6.31-rc3'; commit 'tip/oprofile' into oprofile/coreGravatar Robert Richter 1-0/+1
2009-07-10oprofile: reset bt_lost_no_mapping with other statsGravatar Maynard Johnson 1-0/+1
2009-06-12Merge branches 'oprofile/fixes', 'oprofile/next' and 'oprofile/master' into o...Gravatar Robert Richter 1-0/+1
2009-06-12oprofile: reset bt_lost_no_mapping with other statsGravatar Maynard Johnson 1-0/+1
2009-06-11x86/oprofile: introduce oprofile_add_data64()Gravatar Robert Richter 1-0/+15
2009-06-11oprofile: remove obselete include headersGravatar Robert Richter 1-1/+0
2009-05-07oprofile: fix cpu buffer sizeGravatar Robert Richter 1-2/+6
2009-04-05Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-3/+2
2009-04-02Merge branch 'tracing/core-v2' into tracing-for-linusGravatar Ingo Molnar 1-3/+2
2009-03-30oprofile: Thou shalt not call __exit functions from __init functionsGravatar Russell King 1-1/+1
2009-03-11Merge branch 'x86/core' into cpus4096Gravatar Ingo Molnar 2-0/+12