aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | pipe: add support for shrinking and growing pipesJens Axboe2010-05-211-24/+36
| |/ |/|
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+1
|/
* Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2010-03-131-8/+41
|\
| * tracing: Do not record user stack trace from NMI contextSteven Rostedt2010-03-121-0/+7
| * tracing: Disable buffer switching when starting or stopping traceSteven Rostedt2010-03-121-0/+9
| * tracing: Use same local variable when resetting the ring bufferSteven Rostedt2010-03-121-4/+4
| * Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2010-03-111-4/+20
| |\
| | * function-graph: Add tracing_thresh support to function_graph tracerTim Bird2010-03-051-2/+18
| | * tracing: Update the comm field in the right variable in update_max_trArnaldo Carvalho de Melo2010-03-051-2/+2
| * | tracing: Fix warning in s_next of trace file opsLai Jiangshan2010-03-021-0/+1
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2010-03-031-3/+3
|\ \ | |/ |/|
| * Merge branch 'master' into percpuTejun Heo2010-02-021-0/+5
| |\
| * \ Merge branch 'master' into percpuTejun Heo2010-01-051-158/+158
| |\ \
| * | | percpu: remove per_cpu__ prefix.Rusty Russell2009-10-291-3/+3
* | | | Merge commit 'v2.6.33' into tracing/coreIngo Molnar2010-02-261-0/+5
|\ \ \ \ | | |_|/ | |/| |
| * | | tracing: Prevent kernel oops with corrupted bufferSteven Rostedt2010-01-251-0/+5
| | |/ | |/|
* | | tracing: Add stack dump to trace_printk if stacktrace option is setSteven Rostedt2010-01-061-2/+6
* | | tracing: Consolidate protection of reader access to the ring bufferLai Jiangshan2010-01-061-39/+97
|/ /
* | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-12-311-1/+1
|\ \
| * | tracing: Fix setting tracer specific optionsSteven Rostedt2009-12-211-1/+1
* | | Merge branch 'for-33' of git://repo.or.cz/linux-kbuildLinus Torvalds2009-12-171-1/+1
|\ \ \
| * | | kbuild: move utsrelease.h to include/generatedSam Ravnborg2009-12-121-1/+1
* | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-12-161-105/+77
|\ \ \ \ | | |/ / | |/| |
| * | | tracing: Fix return of trace_dump_stack()Steven Rostedt2009-12-151-1/+1
| * | | Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2009-12-141-0/+16
| |\ \ \
| | * | | tracing: Add trace_dump_stack()Steven Rostedt2009-12-111-0/+16
| | |/ /
| * | | tracing: Simplify trace_option_write()Li Zefan2009-12-131-54/+31
| * | | tracing: Remove useless trace optionLi Zefan2009-12-131-1/+0
| * | | tracing: Use seq file for trace_clockLi Zefan2009-12-131-9/+15
| * | | tracing: Use seq file for trace_optionsLi Zefan2009-12-131-43/+17
| |/ /
* | | const: constify remaining pipe_buf_operationsAlexey Dobriyan2009-12-161-2/+2
* | | locking: Convert __raw_spin* functions to arch_spin*Thomas Gleixner2009-12-141-16/+16
* | | locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKEDThomas Gleixner2009-12-141-5/+5
* | | locking: Convert raw_spinlock to arch_spinlockThomas Gleixner2009-12-141-9/+9
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-12-141-6/+6
|\ \ \ | |/ / |/| / | |/
| * percpu: make percpu symbols in tracer uniqueTejun Heo2009-10-291-2/+2
| * this_cpu: Use this_cpu_xx for ftraceChristoph Lameter2009-10-121-4/+4
* | tracing: Remove comparing of NULL to va_list in trace_array_vprintk()Carsten Emde2009-12-091-6/+12
* | tracing: Buffer the output of seq_file in case of filled bufferSteven Rostedt2009-12-091-3/+32
* | tracing: Only call pipe_close if pipe_close is definedSteven Rostedt2009-12-091-1/+1
* | tracing: Add pipe_close interfaceSteven Rostedt2009-12-071-0/+4
* | Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-12-051-2/+2
|\ \
| * \ Merge branch 'tracing/urgent' into tracing/coreIngo Molnar2009-10-291-4/+4
| |\ \
| * | | ftrace: Rename set_bootup_ftrace into set_cmdline_ftraceFrederic Weisbecker2009-10-141-2/+2
| * | | Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2009-10-131-2/+2
| |\ \ \
| | * | | tracing: Rename set_ftrace to set_bootup_ftraceFrederic Weisbecker2009-10-131-2/+2
| | | |/ | | |/|
* | | | tracing: Fix trace_marker outputCarsten Emde2009-11-171-25/+14
* | | | tracing: Fix return value of tracing_stats_read()Roel Kluin2009-11-111-1/+1
| |_|/ |/| |
* | | tracing: Update *ppos instead of filp->f_posJiri Olsa2009-10-241-4/+4
|/ /
* | tracing: fix trace_vprintk callSteven Rostedt2009-10-091-1/+1
|/