summaryrefslogtreecommitdiffstats
path: root/drivers/oprofile
AgeCommit message (Expand)AuthorLines
2010-05-03oprofile: protect from not being in an IRQ contextPhil Carmody-2/+10
2010-04-23Merge commit 'tip/tracing/core' into oprofile/coreRobert Richter-1/+1
2010-04-23oprofile: remove double ring bufferingAndi Kleen-50/+13
2010-04-23Merge commit 'v2.6.34-rc5' into oprofile/coreRobert Richter-0/+1
2010-04-08Merge branch 'linus' into tracing/coreIngo Molnar-0/+1
2010-03-31ring-buffer: Add place holder recording of dropped eventsSteven Rostedt-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-03-02oprofile: convert oprofile from timer_hook to hrtimerMartin Schwidefsky-14/+79
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds-14/+13
2009-10-29percpu: make percpu symbols in oprofile uniqueTejun Heo-14/+13
2009-10-09oprofile: warn on freeing event buffer too earlyRobert Richter-10/+15
2009-10-09oprofile: fix race condition in event_buffer freeDavid Rientjes-1/+13
2009-09-24cpumask: use zalloc_cpumask_var() where possibleLi Zefan-2/+1
2009-09-22const: mark remaining super_operations constAlexey Dobriyan-1/+1
2009-07-20oprofile: Adding switch counter to oprofile statistic variablesRobert Richter-9/+8
2009-07-20oprofile: Grouping multiplexing code in oprof.cRobert Richter-51/+49
2009-07-20oprofile: Remove oprofile_multiplexing_init()Robert Richter-14/+2
2009-07-20oprofile: Rename variable timeout_jiffies and move to oprofile_files.cRobert Richter-8/+9
2009-07-20oprofile: oprofile_set_timeout(), return with error for invalid argsRobert Richter-3/+8
2009-07-20oprofile: Implement performance counter multiplexingJason Yeh-0/+133
2009-07-14Merge commit 'v2.6.31-rc3'; commit 'tip/oprofile' into oprofile/coreRobert Richter-0/+1
2009-07-10oprofile: reset bt_lost_no_mapping with other statsMaynard Johnson-0/+1
2009-06-12Merge branches 'oprofile/fixes', 'oprofile/next' and 'oprofile/master' into o...Robert Richter-0/+1
2009-06-12oprofile: reset bt_lost_no_mapping with other statsMaynard Johnson-0/+1
2009-06-11x86/oprofile: introduce oprofile_add_data64()Robert Richter-0/+15
2009-06-11oprofile: remove obselete include headersRobert Richter-1/+0
2009-05-07oprofile: fix cpu buffer sizeRobert Richter-2/+6
2009-04-05Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-3/+2
2009-04-02Merge branch 'tracing/core-v2' into tracing-for-linusIngo Molnar-3/+2
2009-03-30oprofile: Thou shalt not call __exit functions from __init functionsRussell King-1/+1
2009-03-11Merge branch 'x86/core' into cpus4096Ingo Molnar-0/+12
2009-03-06Merge branch 'x86/core' into tracing/texteditIngo Molnar-5/+30
2009-02-06ring_buffer: remove unused flags parameter, fixIngo Molnar-3/+2
2009-01-27Merge branch 'linus' into core/percpuIngo Molnar-0/+12
2009-01-22cpumask: modifiy oprofile initializationRobert Richter-26/+7
2009-01-17oprofile: fix uninitialized use of struct op_entryRobert Richter-0/+12
2009-01-11cpumask: convert misc driver functionsRusty Russell-5/+30
2009-01-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rri...Linus Torvalds-296/+340
2009-01-07oprofile: make new cpu buffer functions part of the apiRobert Richter-10/+15
2009-01-07oprofile: remove #ifdef CONFIG_OPROFILE_IBS in non-ibs codeRobert Richter-10/+0
2009-01-07oprofile: use new data sample format for ibsRobert Richter-59/+35
2009-01-07oprofile: add op_cpu_buffer_get_data()Robert Richter-2/+24
2009-01-07oprofile: add op_cpu_buffer_add_data()Robert Richter-1/+13
2009-01-07oprofile: rework implementation of cpu buffer eventsRobert Richter-91/+102
2009-01-07oprofile: modify op_cpu_buffer_read_entry()Robert Richter-14/+25
2009-01-07oprofile: add op_cpu_buffer_write_reserve()Robert Richter-15/+37
2009-01-07oprofile: rename variables in add_ibs_begin()Robert Richter-13/+13
2009-01-07oprofile: rename add_sample() in cpu_buffer.cRobert Richter-11/+11
2009-01-07oprofile: making add_sample_entry() inlineRobert Richter-1/+1
2009-01-07oprofile: remove backtrace code for ibsRobert Richter-10/+2