aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-30trivial: fix typos/grammar errors in Kconfig textsMatt LaPlante1-5/+4
2009-03-30trivial: fix typo "resgister" -> "register"Uwe Kleine-Koenig1-1/+1
2009-03-26tracing: filter fix for TRACE_EVENT_FORMAT eventsTom Zanussi1-13/+5
2009-03-25ftrace: Using FTRACE_WARN_ON() to check "freed record" in ftrace_release()Zhaolei1-2/+7
2009-03-25trace_workqueues: fix empty line's outputLai Jiangshan1-6/+6
2009-03-25trace_stat: keep original orderLai Jiangshan1-10/+8
2009-03-25trace_stat: don't call seq_printf() in seq_operation->start()Lai Jiangshan1-1/+7
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-24blktrace: print human-readable act_maskLi Zefan1-38/+65
2009-03-24blktrace: fix t_error()Li Zefan1-1/+1
2009-03-24blktrace: fix wrong calculation of RWBSLi Zefan1-6/+7
2009-03-24blktrace: mark ddir_act[] constLi Zefan1-4/+4
2009-03-24tracing/filters: disallow integer values for string filters and vice versaTom Zanussi1-0/+5
2009-03-24tracing/filters: use trace_seq_printf() to print filtersTom Zanussi3-21/+15
2009-03-24tracing/filters: free pred when clearing filtersTom Zanussi1-0/+2
2009-03-24tracing/filters: use list_for_each_entryTom Zanussi1-2/+2
2009-03-23tracing/function-graph-tracer: fix functions call traces imbalanceFrederic Weisbecker1-5/+11
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-23tracing/filters: clean up filter_add_subsystem_pred()Tom Zanussi2-7/+25
2009-03-23tracing/filters: fix bug in copy_pred()Tom Zanussi1-2/+10
2009-03-23tracing/filters: use list_for_each_entry_safeTom Zanussi1-4/+2
2009-03-23tracing/events: don't discard an event after commitFrederic Weisbecker1-2/+3
2009-03-23tracing/ftrace: make nop-tracer use polling wait for events on pipeFrederic Weisbecker1-0/+1
2009-03-23tracing/events: don't use wake up for eventsFrederic Weisbecker3-6/+24
2009-03-23tracing/events: make the filter files writableFrederic Weisbecker1-2/+2
2009-03-22tracing: add run-time field descriptions for event filtering, kfree fixIngo Molnar1-1/+6
2009-03-22tracing: add per-subsystem filteringTom Zanussi3-6/+175
2009-03-22tracing: add per-event filteringTom Zanussi5-0/+436
2009-03-22tracing: add ring_buffer_event_discard() to ring bufferTom Zanussi1-20/+97
2009-03-22tracing: fix four sparse warningsDmitri Vorobiev2-1/+2
2009-03-22tracing: add run-time field descriptions for event filteringTom Zanussi4-10/+107
2009-03-22Merge branches 'tracing/ftrace', 'tracing/hw-breakpoints', 'tracing/ring-buffer', 'tracing/textedit' and 'linus' into tracing/coreIngo 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-21blktrace: avoid accessing NULL bdev->bd_diskLi Zefan1-2/+11
2009-03-21blktrace: remove sysfs_blk_trace_enable_show/store()Li Zefan1-70/+22
2009-03-21blktrace: report EBUSY correctlyLi Zefan1-6/+3
2009-03-21blktrace: don't increase blk_probes_ref if failed to setup blk traceLi Zefan1-3/+3
2009-03-21blktrace: remove blk_probe_mutexLi Zefan1-22/+5
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-21tracing/ring-buffer: don't annotate rb_cpu_notify with __cpuinitFrederic Weisbecker1-4/+4
2009-03-20ftrace: event profile hooksPeter Zijlstra6-8/+89