aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/oprofile (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-07-20oprofile: Remove oprofile_multiplexing_init()Robert Richter2-14/+2
2009-07-20oprofile: Rename variable timeout_jiffies and move to oprofile_files.cRobert Richter3-8/+9
2009-07-20oprofile: oprofile_set_timeout(), return with error for invalid argsRobert Richter1-3/+8
2009-07-20oprofile: Implement performance counter multiplexingJason Yeh4-0/+133
2009-07-14Merge commit 'v2.6.31-rc3'; commit 'tip/oprofile' into oprofile/coreRobert Richter1-0/+1
2009-07-10oprofile: reset bt_lost_no_mapping with other statsMaynard Johnson1-0/+1
2009-06-12Merge branches 'oprofile/fixes', 'oprofile/next' and 'oprofile/master' into oprofile/autoRobert Richter1-0/+1
2009-06-12oprofile: reset bt_lost_no_mapping with other statsMaynard Johnson1-0/+1
2009-06-11x86/oprofile: introduce oprofile_add_data64()Robert Richter1-0/+15
2009-06-11oprofile: remove obselete include headersRobert Richter1-1/+0
2009-05-07oprofile: fix cpu buffer sizeRobert Richter1-2/+6
2009-04-05Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+2
2009-04-02Merge branch 'tracing/core-v2' into tracing-for-linusIngo Molnar1-3/+2
2009-03-30oprofile: Thou shalt not call __exit functions from __init functionsRussell King1-1/+1
2009-03-11Merge branch 'x86/core' into cpus4096Ingo Molnar2-0/+12
2009-03-06Merge branch 'x86/core' into tracing/texteditIngo Molnar3-5/+30
2009-02-06ring_buffer: remove unused flags parameter, fixIngo Molnar1-3/+2
2009-01-27Merge branch 'linus' into core/percpuIngo Molnar2-0/+12
2009-01-22cpumask: modifiy oprofile initializationRobert Richter3-26/+7
2009-01-17oprofile: fix uninitialized use of struct op_entryRobert Richter2-0/+12
2009-01-11cpumask: convert misc driver functionsRusty Russell3-5/+30
2009-01-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofileLinus Torvalds7-296/+340
2009-01-07oprofile: make new cpu buffer functions part of the apiRobert Richter2-10/+15
2009-01-07oprofile: remove #ifdef CONFIG_OPROFILE_IBS in non-ibs codeRobert Richter2-10/+0
2009-01-07oprofile: use new data sample format for ibsRobert Richter3-59/+35
2009-01-07oprofile: add op_cpu_buffer_get_data()Robert Richter2-2/+24
2009-01-07oprofile: add op_cpu_buffer_add_data()Robert Richter2-1/+13
2009-01-07oprofile: rework implementation of cpu buffer eventsRobert Richter3-91/+102
2009-01-07oprofile: modify op_cpu_buffer_read_entry()Robert Richter3-14/+25
2009-01-07oprofile: add op_cpu_buffer_write_reserve()Robert Richter2-15/+37
2009-01-07oprofile: rename variables in add_ibs_begin()Robert Richter1-13/+13
2009-01-07oprofile: rename add_sample() in cpu_buffer.cRobert Richter1-11/+11
2009-01-07oprofile: making add_sample_entry() inlineRobert Richter1-1/+1
2009-01-07oprofile: remove backtrace code for ibsRobert Richter2-10/+2