summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace.c
AgeCommit message (Expand)AuthorLines
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-1/+1
2010-03-13Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-8/+41
2010-03-12tracing: Do not record user stack trace from NMI contextSteven Rostedt-0/+7
2010-03-12tracing: Disable buffer switching when starting or stopping traceSteven Rostedt-0/+9
2010-03-12tracing: Use same local variable when resetting the ring bufferSteven Rostedt-4/+4
2010-03-11Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar-4/+20
2010-03-05function-graph: Add tracing_thresh support to function_graph tracerTim Bird-2/+18
2010-03-05tracing: Update the comm field in the right variable in update_max_trArnaldo Carvalho de Melo-2/+2
2010-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds-3/+3
2010-03-02tracing: Fix warning in s_next of trace file opsLai Jiangshan-0/+1
2010-02-26Merge commit 'v2.6.33' into tracing/coreIngo Molnar-0/+5
2010-02-02Merge branch 'master' into percpuTejun Heo-0/+5
2010-01-25tracing: Prevent kernel oops with corrupted bufferSteven Rostedt-0/+5
2010-01-06tracing: Add stack dump to trace_printk if stacktrace option is setSteven Rostedt-2/+6
2010-01-06tracing: Consolidate protection of reader access to the ring bufferLai Jiangshan-39/+97
2010-01-05Merge branch 'master' into percpuTejun Heo-158/+158
2009-12-31Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2009-12-21tracing: Fix setting tracer specific optionsSteven Rostedt-1/+1
2009-12-17Merge branch 'for-33' of git://repo.or.cz/linux-kbuildLinus Torvalds-1/+1
2009-12-16Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-105/+77
2009-12-16const: constify remaining pipe_buf_operationsAlexey Dobriyan-2/+2
2009-12-15tracing: Fix return of trace_dump_stack()Steven Rostedt-1/+1
2009-12-14locking: Convert __raw_spin* functions to arch_spin*Thomas Gleixner-16/+16
2009-12-14locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKEDThomas Gleixner-5/+5
2009-12-14locking: Convert raw_spinlock to arch_spinlockThomas Gleixner-9/+9
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds-6/+6
2009-12-14Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar-0/+16
2009-12-13tracing: Simplify trace_option_write()Li Zefan-54/+31
2009-12-13tracing: Remove useless trace optionLi Zefan-1/+0
2009-12-13tracing: Use seq file for trace_clockLi Zefan-9/+15
2009-12-13tracing: Use seq file for trace_optionsLi Zefan-43/+17
2009-12-12kbuild: move utsrelease.h to include/generatedSam Ravnborg-1/+1
2009-12-11tracing: Add trace_dump_stack()Steven Rostedt-0/+16
2009-12-09tracing: Remove comparing of NULL to va_list in trace_array_vprintk()Carsten Emde-6/+12
2009-12-09tracing: Buffer the output of seq_file in case of filled bufferSteven Rostedt-3/+32
2009-12-09tracing: Only call pipe_close if pipe_close is definedSteven Rostedt-1/+1
2009-12-07tracing: Add pipe_close interfaceSteven Rostedt-0/+4
2009-12-05Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-2/+2
2009-11-17tracing: Fix trace_marker outputCarsten Emde-25/+14
2009-11-11tracing: Fix return value of tracing_stats_read()Roel Kluin-1/+1
2009-10-29percpu: remove per_cpu__ prefix.Rusty Russell-3/+3
2009-10-29percpu: make percpu symbols in tracer uniqueTejun Heo-2/+2
2009-10-29Merge branch 'tracing/urgent' into tracing/coreIngo Molnar-4/+4
2009-10-24tracing: Update *ppos instead of filp->f_posJiri Olsa-4/+4
2009-10-14ftrace: Rename set_bootup_ftrace into set_cmdline_ftraceFrederic Weisbecker-2/+2
2009-10-13Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar-2/+2
2009-10-13tracing: Rename set_ftrace to set_bootup_ftraceFrederic Weisbecker-2/+2
2009-10-12this_cpu: Use this_cpu_xx for ftraceChristoph Lameter-4/+4
2009-10-09tracing: fix trace_vprintk callSteven Rostedt-1/+1
2009-09-26Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1