summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)AuthorFilesLines
2009-03-24tracing: use union for multi-usages fieldLai Jiangshan1-4/+4
2009-03-24ftrace: show virtual PIDLai Jiangshan1-1/+1
2009-03-24function-graph: add option for include sleep timesSteven Rostedt3-1/+10
2009-03-24function-graph: ignore times across scheduleSteven Rostedt1-0/+36
2009-03-24function-graph: prevent more than one tracer registeringSteven Rostedt1-0/+6
2009-03-24function-graph: moved the timestamp from arch to generic codeSteven Rostedt1-3/+5
2009-03-24tracing: fix memory leak in trace_statSteven Rostedt1-10/+13
2009-03-23tracing: Fix TRACING_SUPPORT dependency for PPC32Anton Vorontsov1-1/+5
2009-03-23tracing/ftrace: check if debugfs is registered before creating filesFrederic Weisbecker1-0/+3
2009-03-22tracing: fix four sparse warningsDmitri Vorobiev2-1/+2
2009-03-22Merge branches 'tracing/ftrace', 'tracing/hw-breakpoints', 'tracing/ring-buff...Ingo Molnar1-4/+4
2009-03-22tracing: keep the tracing buffer after self-test failureFrederic Weisbecker1-1/+1
2009-03-22tracing/function-graph-tracer: prevent hangs during self-testsFrederic Weisbecker2-4/+60
2009-03-21tracing/ring-buffer: don't annotate rb_cpu_notify with __cpuinitFrederic Weisbecker1-4/+4
2009-03-20ftrace: event profile hooksPeter Zijlstra6-8/+89
2009-03-20ftrace: ensure every event gets an idPeter Zijlstra2-1/+19
2009-03-20ftrace: provide an id file for each eventPeter Zijlstra1-0/+36
2009-03-20Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar8-156/+203
2009-03-20Merge branches 'tracing/ftrace', 'tracing/kprobes', 'tracing/tasks' and 'linu...Ingo Molnar1-14/+21
2009-03-19function-graph: show binary events as commentsSteven Rostedt1-12/+28
2009-03-19tracing: remove recording function depth from trace_printkSteven Rostedt5-16/+10
2009-03-19function-graph: calculate function depth within function graph tracerSteven Rostedt1-22/+69
2009-03-19tracing: make print_(b)printk_msg_only globalSteven Rostedt3-34/+39
2009-03-19tracing/ring-buffer: fix non cpu hotplug caseFrederic Weisbecker1-0/+9
2009-03-19function-graph: consolidate prologues for outputSteven Rostedt1-69/+29
2009-03-18tracing: give easy way to clear trace bufferSteven Rostedt1-8/+33
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-17tracing: make power tracer start/stop methods lighter weightSteven Rostedt1-2/+6
2009-03-17tracing: make sched_switch stop/start light weightSteven Rostedt1-4/+5
2009-03-17tracing: add global-clock option to provide cross CPU clock to tracesSteven Rostedt2-4/+31
2009-03-17ring-buffer: add api to allow a tracer to change clock sourceSteven Rostedt2-34/+52
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-16tracing: stop comm recording on tracing offSteven Rostedt1-1/+1
2009-03-16tracing: protect reader of cmdline outputSteven Rostedt5-26/+49
2009-03-16tracing/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