summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)AuthorLines
2009-03-24function-graph: add option for include sleep timesSteven Rostedt-1/+10
2009-03-24function-graph: ignore times across scheduleSteven Rostedt-0/+36
2009-03-24function-graph: prevent more than one tracer registeringSteven Rostedt-0/+6
2009-03-24function-graph: moved the timestamp from arch to generic codeSteven Rostedt-3/+5
2009-03-24tracing: fix memory leak in trace_statSteven Rostedt-10/+13
2009-03-24blktrace: print human-readable act_maskLi Zefan-38/+65
2009-03-24blktrace: fix t_error()Li Zefan-1/+1
2009-03-24blktrace: fix wrong calculation of RWBSLi Zefan-6/+7
2009-03-24blktrace: mark ddir_act[] constLi Zefan-4/+4
2009-03-24tracing/filters: disallow integer values for string filters and vice versaTom Zanussi-0/+5
2009-03-24tracing/filters: use trace_seq_printf() to print filtersTom Zanussi-21/+15
2009-03-24tracing/filters: free pred when clearing filtersTom Zanussi-0/+2
2009-03-24tracing/filters: use list_for_each_entryTom Zanussi-2/+2
2009-03-23tracing/function-graph-tracer: fix functions call traces imbalanceFrederic Weisbecker-5/+11
2009-03-23tracing: Fix TRACING_SUPPORT dependency for PPC32Anton Vorontsov-1/+5
2009-03-23tracing/ftrace: check if debugfs is registered before creating filesFrederic Weisbecker-0/+3
2009-03-23tracing/filters: clean up filter_add_subsystem_pred()Tom Zanussi-7/+25
2009-03-23tracing/filters: fix bug in copy_pred()Tom Zanussi-2/+10
2009-03-23tracing/filters: use list_for_each_entry_safeTom Zanussi-4/+2
2009-03-23tracing/events: don't discard an event after commitFrederic Weisbecker-2/+3
2009-03-23tracing/ftrace: make nop-tracer use polling wait for events on pipeFrederic Weisbecker-0/+1
2009-03-23tracing/events: don't use wake up for eventsFrederic Weisbecker-6/+24
2009-03-23tracing/events: make the filter files writableFrederic Weisbecker-2/+2
2009-03-22tracing: add run-time field descriptions for event filtering, kfree fixIngo Molnar-1/+6
2009-03-22tracing: add per-subsystem filteringTom Zanussi-6/+175
2009-03-22tracing: add per-event filteringTom Zanussi-0/+436
2009-03-22tracing: add ring_buffer_event_discard() to ring bufferTom Zanussi-20/+97
2009-03-22tracing: fix four sparse warningsDmitri Vorobiev-1/+2
2009-03-22tracing: add run-time field descriptions for event filteringTom Zanussi-10/+107
2009-03-22Merge branches 'tracing/ftrace', 'tracing/hw-breakpoints', 'tracing/ring-buff...Ingo Molnar-4/+4
2009-03-22tracing: keep the tracing buffer after self-test failureFrederic Weisbecker-1/+1
2009-03-22tracing/function-graph-tracer: prevent hangs during self-testsFrederic Weisbecker-4/+60
2009-03-21blktrace: avoid accessing NULL bdev->bd_diskLi Zefan-2/+11
2009-03-21blktrace: remove sysfs_blk_trace_enable_show/store()Li Zefan-70/+22
2009-03-21blktrace: report EBUSY correctlyLi Zefan-6/+3
2009-03-21blktrace: don't increase blk_probes_ref if failed to setup blk traceLi Zefan-3/+3
2009-03-21blktrace: remove blk_probe_mutexLi Zefan-22/+5
2009-03-21blktrace: make blk_tracer_enabled a bool flagLi Zefan-9/+3
2009-03-21blktrace: fix possible memory leakLi Zefan-1/+1
2009-03-21tracing/ring-buffer: don't annotate rb_cpu_notify with __cpuinitFrederic Weisbecker-4/+4
2009-03-20ftrace: event profile hooksPeter Zijlstra-8/+89
2009-03-20ftrace: ensure every event gets an idPeter Zijlstra-1/+19
2009-03-20ftrace: provide an id file for each eventPeter Zijlstra-0/+36
2009-03-20Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar-156/+203
2009-03-20Merge branches 'tracing/ftrace', 'tracing/kprobes', 'tracing/tasks' and 'linu...Ingo Molnar-14/+21
2009-03-19function-graph: show binary events as commentsSteven Rostedt-12/+28
2009-03-19tracing: remove recording function depth from trace_printkSteven Rostedt-16/+10
2009-03-19function-graph: calculate function depth within function graph tracerSteven Rostedt-22/+69
2009-03-19tracing: make print_(b)printk_msg_only globalSteven Rostedt-34/+39
2009-03-19tracing/ring-buffer: fix non cpu hotplug caseFrederic Weisbecker-0/+9