aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-30Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-6/+0
2010-05-27Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-4/+5
2010-05-25ring-buffer: Move zeroing out excess in page to ring buffer codeSteven Rostedt1-6/+0
2010-05-21Merge branch 'master' into for-2.6.35Jens Axboe1-36/+91
2010-05-21pipe: add support for shrinking and growing pipesJens Axboe1-24/+36
2010-05-14tracing: Allow events to share their print functionsSteven Rostedt1-4/+5
2010-04-27ring-buffer: Make non-consuming read less expensive with lots of cpus.David Miller1-3/+8
2010-04-27tracing: Add graph output support for irqsoff tracerJiri Olsa1-13/+22
2010-04-21tracing: Dump either the oops's cpu source or all cpus buffersFrederic Weisbecker1-12/+39
2010-04-14Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/coreIngo Molnar1-1/+1
2010-04-08Merge branch 'linus' into tracing/coreIngo Molnar1-1/+1
2010-04-05tracing: Fix uninitialized variable of tracing/trace outputLai Jiangshan1-1/+1
2010-03-31tracing: Show the lost events in the trace_pipe outputSteven Rostedt1-8/+22
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-1/+1
2010-03-13Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-8/+41
2010-03-12tracing: Do not record user stack trace from NMI contextSteven Rostedt1-0/+7
2010-03-12tracing: Disable buffer switching when starting or stopping traceSteven Rostedt1-0/+9
2010-03-12tracing: Use same local variable when resetting the ring bufferSteven Rostedt1-4/+4
2010-03-11Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/urgentIngo Molnar1-4/+20
2010-03-05function-graph: Add tracing_thresh support to function_graph tracerTim Bird1-2/+18
2010-03-05tracing: Update the comm field in the right variable in update_max_trArnaldo Carvalho de Melo1-2/+2
2010-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-3/+3
2010-03-02tracing: Fix warning in s_next of trace file opsLai Jiangshan1-0/+1
2010-02-26Merge commit 'v2.6.33' into tracing/coreIngo Molnar1-0/+5
2010-02-02Merge branch 'master' into percpuTejun Heo1-0/+5
2010-01-25tracing: Prevent kernel oops with corrupted bufferSteven Rostedt1-0/+5
2010-01-06tracing: Add stack dump to trace_printk if stacktrace option is setSteven Rostedt1-2/+6
2010-01-06tracing: Consolidate protection of reader access to the ring bufferLai Jiangshan1-39/+97
2010-01-05Merge branch 'master' into percpuTejun Heo1-158/+158
2009-12-31Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2009-12-21tracing: Fix setting tracer specific optionsSteven Rostedt1-1/+1
2009-12-17Merge branch 'for-33' of git://repo.or.cz/linux-kbuildLinus Torvalds1-1/+1
2009-12-16Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-105/+77
2009-12-16const: constify remaining pipe_buf_operationsAlexey Dobriyan1-2/+2
2009-12-15tracing: Fix return of trace_dump_stack()Steven Rostedt1-1/+1
2009-12-14locking: Convert __raw_spin* functions to arch_spin*Thomas Gleixner1-16/+16
2009-12-14locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKEDThomas Gleixner1-5/+5
2009-12-14locking: Convert raw_spinlock to arch_spinlockThomas Gleixner1-9/+9
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-6/+6
2009-12-14Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/urgentIngo Molnar1-0/+16
2009-12-13tracing: Simplify trace_option_write()Li Zefan1-54/+31
2009-12-13tracing: Remove useless trace optionLi Zefan1-1/+0
2009-12-13tracing: Use seq file for trace_clockLi Zefan1-9/+15
2009-12-13tracing: Use seq file for trace_optionsLi Zefan1-43/+17
2009-12-12kbuild: move utsrelease.h to include/generatedSam Ravnborg1-1/+1
2009-12-11tracing: Add trace_dump_stack()Steven Rostedt1-0/+16
2009-12-09tracing: Remove comparing of NULL to va_list in trace_array_vprintk()Carsten Emde1-6/+12
2009-12-09tracing: Buffer the output of seq_file in case of filled bufferSteven Rostedt1-3/+32
2009-12-09tracing: Only call pipe_close if pipe_close is definedSteven Rostedt1-1/+1