summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)Author
2009-03-26tracing: filter fix for TRACE_EVENT_FORMAT eventsTom Zanussi
2009-03-25ftrace: Using FTRACE_WARN_ON() to check "freed record" in ftrace_release()Zhaolei
2009-03-25trace_workqueues: fix empty line's outputLai Jiangshan
2009-03-25trace_stat: keep original orderLai Jiangshan
2009-03-25trace_stat: don't call seq_printf() in seq_operation->start()Lai Jiangshan
2009-03-24tracing: use union for multi-usages fieldLai Jiangshan
2009-03-24ftrace: show virtual PIDLai Jiangshan
2009-03-24function-graph: add option for include sleep timesSteven Rostedt
2009-03-24function-graph: ignore times across scheduleSteven Rostedt
2009-03-24function-graph: prevent more than one tracer registeringSteven Rostedt
2009-03-24function-graph: moved the timestamp from arch to generic codeSteven Rostedt
2009-03-24tracing: fix memory leak in trace_statSteven Rostedt
2009-03-24blktrace: print human-readable act_maskLi Zefan
2009-03-24blktrace: fix t_error()Li Zefan
2009-03-24blktrace: fix wrong calculation of RWBSLi Zefan
2009-03-24blktrace: mark ddir_act[] constLi Zefan
2009-03-24tracing/filters: disallow integer values for string filters and vice versaTom Zanussi
2009-03-24tracing/filters: use trace_seq_printf() to print filtersTom Zanussi
2009-03-24tracing/filters: free pred when clearing filtersTom Zanussi
2009-03-24tracing/filters: use list_for_each_entryTom Zanussi
2009-03-23tracing/function-graph-tracer: fix functions call traces imbalanceFrederic Weisbecker
2009-03-23tracing: Fix TRACING_SUPPORT dependency for PPC32Anton Vorontsov
2009-03-23tracing/ftrace: check if debugfs is registered before creating filesFrederic Weisbecker
2009-03-23tracing/filters: clean up filter_add_subsystem_pred()Tom Zanussi
2009-03-23tracing/filters: fix bug in copy_pred()Tom Zanussi
2009-03-23tracing/filters: use list_for_each_entry_safeTom Zanussi
2009-03-23tracing/events: don't discard an event after commitFrederic Weisbecker
2009-03-23tracing/ftrace: make nop-tracer use polling wait for events on pipeFrederic Weisbecker
2009-03-23tracing/events: don't use wake up for eventsFrederic Weisbecker
2009-03-23tracing/events: make the filter files writableFrederic Weisbecker
2009-03-22tracing: add run-time field descriptions for event filtering, kfree fixIngo Molnar
2009-03-22tracing: add per-subsystem filteringTom Zanussi
2009-03-22tracing: add per-event filteringTom Zanussi
2009-03-22tracing: add ring_buffer_event_discard() to ring bufferTom Zanussi
2009-03-22tracing: fix four sparse warningsDmitri Vorobiev
2009-03-22tracing: add run-time field descriptions for event filteringTom Zanussi
2009-03-22Merge branches 'tracing/ftrace', 'tracing/hw-breakpoints', 'tracing/ring-buff...Ingo Molnar
2009-03-22tracing: keep the tracing buffer after self-test failureFrederic Weisbecker
2009-03-22tracing/function-graph-tracer: prevent hangs during self-testsFrederic Weisbecker
2009-03-21blktrace: avoid accessing NULL bdev->bd_diskLi Zefan
2009-03-21blktrace: remove sysfs_blk_trace_enable_show/store()Li Zefan
2009-03-21blktrace: report EBUSY correctlyLi Zefan
2009-03-21blktrace: don't increase blk_probes_ref if failed to setup blk traceLi Zefan
2009-03-21blktrace: remove blk_probe_mutexLi Zefan
2009-03-21blktrace: make blk_tracer_enabled a bool flagLi Zefan
2009-03-21blktrace: fix possible memory leakLi Zefan
2009-03-21tracing/ring-buffer: don't annotate rb_cpu_notify with __cpuinitFrederic Weisbecker
2009-03-20ftrace: event profile hooksPeter Zijlstra
2009-03-20ftrace: ensure every event gets an idPeter Zijlstra
2009-03-20ftrace: provide an id file for each eventPeter Zijlstra