summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2009-03-21blktrace: make blk_tracer_enabled a bool flagLi Zefan1-9/+3
2009-03-21blktrace: fix possible memory leakLi Zefan1-1/+1
2009-03-20Merge branches 'tracing/ftrace', 'tracing/kprobes', 'tracing/tasks' and 'linu...Ingo Molnar3-29/+36
2009-03-19tracing/ring-buffer: fix non cpu hotplug caseFrederic Weisbecker1-0/+9
2009-03-18tracepoints: dont update zero-sized tracepoint sectionsIngo Molnar1-3/+1
2009-03-18tracing: fix oops in tracepoint_update_probe_range()Jaswinder Singh Rajput1-2/+7
2009-03-18kprobes: Fix locking imbalance in kretprobesAnanth N Mavinakayanahalli1-3/+1
2009-03-18tracing/ftrace: stop {irqs, preempt}soff tracers when tracing is stoppedFrederic Weisbecker1-0/+26
2009-03-18tracing: fix command line to pid reverse mapCarsten Emde1-5/+11
2009-03-18tracing: fix trace_find_cmdline()Thomas Gleixner1-5/+4
2009-03-18tracing: replace the crude (unsigned) -1 hackeryThomas Gleixner1-6/+7
2009-03-18tracing: stop command line recording when tracing is disabledThomas Gleixner1-1/+2
2009-03-18Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar5-44/+94
2009-03-18tracing: make power tracer start/stop methods lighter weightSteven Rostedt1-2/+6
2009-03-18tracing: make sched_switch stop/start light weightSteven Rostedt1-4/+5
2009-03-18tracing: add global-clock option to provide cross CPU clock to tracesSteven Rostedt2-4/+31
2009-03-18ring-buffer: add api to allow a tracer to change clock sourceSteven Rostedt2-34/+52
2009-03-18module: fix refptr allocation and release orderMasami Hiramatsu1-12/+14
2009-03-17Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar6-28/+51
2009-03-17tracing: fix leak in event_format_read()Tom Zanussi1-3/+3
2009-03-17tracing: stop comm recording on tracing offSteven Rostedt1-1/+1
2009-03-17tracing: protect reader of cmdline outputSteven Rostedt5-26/+49
2009-03-17tracing/ftrace: fix the check on nopped sitesFrederic Weisbecker1-1/+1
2009-03-16tracing/core: fix early free of cpumasksFrederic Weisbecker1-1/+2
2009-03-16tracing/ftrace: fix double calls to tracing_start()Frederic Weisbecker1-10/+6
2009-03-16tracing/core: fix missing mutex unlock on tracing_set_tracer()Frederic Weisbecker1-1/+1
2009-03-16tracing/syscalls: select kallsysmsFrederic Weisbecker1-0/+1
2009-03-16tracing/syscalls: protect thread flag toggling from racesFrederic Weisbecker1-5/+19
2009-03-16tracing/syscalls: various cleanupsFrederic Weisbecker1-8/+2
2009-03-16tracing/syscalls: fix missing release of tracingFrederic Weisbecker1-6/+5
2009-03-16Merge branches 'tracing/ftrace', 'tracing/syscalls' and 'linus' into tracing/...Ingo Molnar2-8/+155
2009-03-13tracing/syscalls: core infrastructure for syscalls tracing, enhancementsFrederic Weisbecker2-8/+155
2009-03-13ftrace: remove struct list_head from struct dyn_ftraceLai Jiangshan1-6/+8
2009-03-13ftrace: use seq_readLai Jiangshan1-23/+3
2009-03-13ftrace: don't try to __ftrace_replace_code on !FTRACE_FL_CONVERTED recZhaolei1-4/+5
2009-03-13ftrace: avoid double-free of dyn_ftraceZhaolei1-1/+2
2009-03-13Merge branches 'tracing/ftrace' and 'tracing/syscalls'; commit 'v2.6.29-rc8' ...Ingo Molnar4-0/+126
2009-03-13tracing/ftrace: syscall tracing infrastructure, basicsFrederic Weisbecker4-0/+126
2009-03-13softirq: no need to have SOFTIRQ in softirq nameSteven Rostedt1-3/+2
2009-03-13tracing: move binary buffers into per cpu directorySteven Rostedt1-21/+5
2009-03-13tracing: add comment for use of double __builtin_consant_pSteven Rostedt1-0/+5
2009-03-13tracing: left align location header in stack_traceSteven Rostedt1-2/+2
2009-03-13ring-buffer: document reader page designSteven Rostedt1-0/+68
2009-03-13tracing: show event name in trace for TRACE_EVENT created eventsSteven Rostedt1-1/+1
2009-03-13tracing: Don't use tracing_record_cmdline() in workqueue tracer fixKOSAKI Motohiro1-6/+14
2009-03-13tracing: tracepoints for softirq entry/exit - tracepointsJason Baron1-1/+6
2009-03-13tracing: tracepoints for softirq entry/exit - add softirq-to-name arrayJason Baron1-1/+8
2009-03-13tracing: explain why stack tracer is emptySteven Rostedt1-0/+15
2009-03-13tracing: fix stack tracer headerSteven Rostedt1-2/+2
2009-03-13tracing: export trace formats to user spaceSteven Rostedt1-5/+114