aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace.c
Commit message (Expand)AuthorAge
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2010-03-03
|\
| * Merge branch 'master' into percpuTejun Heo2010-02-02
| |\
| * \ Merge branch 'master' into percpuTejun Heo2010-01-04
| |\ \
| * | | percpu: remove per_cpu__ prefix.Rusty Russell2009-10-29
* | | | Merge commit 'v2.6.33' into tracing/coreIngo Molnar2010-02-26
|\ \ \ \ | | |_|/ | |/| |
| * | | tracing: Prevent kernel oops with corrupted bufferSteven Rostedt2010-01-25
| | |/ | |/|
* | | tracing: Add stack dump to trace_printk if stacktrace option is setSteven Rostedt2010-01-06
* | | tracing: Consolidate protection of reader access to the ring bufferLai Jiangshan2010-01-06
|/ /
* | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-12-31
|\ \
| * | tracing: Fix setting tracer specific optionsSteven Rostedt2009-12-21
* | | Merge branch 'for-33' of git://repo.or.cz/linux-kbuildLinus Torvalds2009-12-17
|\ \ \
| * | | kbuild: move utsrelease.h to include/generatedSam Ravnborg2009-12-12
* | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-12-16
|\ \ \ \ | | |/ / | |/| |
| * | | tracing: Fix return of trace_dump_stack()Steven Rostedt2009-12-15
| * | | Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2009-12-14
| |\ \ \
| | * | | tracing: Add trace_dump_stack()Steven Rostedt2009-12-11
| | |/ /
| * | | tracing: Simplify trace_option_write()Li Zefan2009-12-13
| * | | tracing: Remove useless trace optionLi Zefan2009-12-13
| * | | tracing: Use seq file for trace_clockLi Zefan2009-12-13
| * | | tracing: Use seq file for trace_optionsLi Zefan2009-12-13
| |/ /
* | | const: constify remaining pipe_buf_operationsAlexey Dobriyan2009-12-16
* | | locking: Convert __raw_spin* functions to arch_spin*Thomas Gleixner2009-12-14
* | | locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKEDThomas Gleixner2009-12-14
* | | locking: Convert raw_spinlock to arch_spinlockThomas Gleixner2009-12-14
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-12-14
|\ \ \ | |/ / |/| / | |/
| * percpu: make percpu symbols in tracer uniqueTejun Heo2009-10-29
| * this_cpu: Use this_cpu_xx for ftraceChristoph Lameter2009-10-12
* | tracing: Remove comparing of NULL to va_list in trace_array_vprintk()Carsten Emde2009-12-09
* | tracing: Buffer the output of seq_file in case of filled bufferSteven Rostedt2009-12-09
* | tracing: Only call pipe_close if pipe_close is definedSteven Rostedt2009-12-09
* | tracing: Add pipe_close interfaceSteven Rostedt2009-12-07
* | Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-12-05
|\ \
| * \ Merge branch 'tracing/urgent' into tracing/coreIngo Molnar2009-10-29
| |\ \
| * | | ftrace: Rename set_bootup_ftrace into set_cmdline_ftraceFrederic Weisbecker2009-10-14
| * | | Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2009-10-13
| |\ \ \
| | * | | tracing: Rename set_ftrace to set_bootup_ftraceFrederic Weisbecker2009-10-13
| | | |/ | | |/|
* | | | tracing: Fix trace_marker outputCarsten Emde2009-11-17
* | | | tracing: Fix return value of tracing_stats_read()Roel Kluin2009-11-11
| |_|/ |/| |
* | | tracing: Update *ppos instead of filp->f_posJiri Olsa2009-10-24
|/ /
* / tracing: fix trace_vprintk callSteven Rostedt2009-10-09
|/
* Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-09-26
|\
| * tracing: Fix off-by-one in trace_get_user()Li Zefan2009-09-22
* | cpumask: use zalloc_cpumask_var() where possibleLi Zefan2009-09-23
* | seq_file: constify seq_operationsJames Morris2009-09-23
|/
* Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2009-09-21
|\
| * sched: Fix raciness in runqueue_is_locked()Andrew Morton2009-09-20
* | tracing: remove max_tracer_type_lenLi Zefan2009-09-19
|/
* tracing: add filter event logic to special, mmiotrace and boot tracersSteven Rostedt2009-09-12
* tracing: do not update tracing_max_latency when tracer is stoppedCarsten Emde2009-09-12
* tracing: create generic trace parserjolsa@redhat.com2009-09-11