diff options
| author | 2009-03-12 22:00:19 -0400 | |
|---|---|---|
| committer | 2009-03-12 22:00:19 -0400 | |
| commit | f28e55765e40450c127e44d00ae65d0cd1a4efec (patch) | |
| tree | 31b8b0483fc8a5ddc0fc80ae8fee88e01f6f56d5 /kernel/trace/trace_stack.c | |
| parent | tracing: Don't use tracing_record_cmdline() in workqueue tracer fix (diff) | |
| download | linux-dev-f28e55765e40450c127e44d00ae65d0cd1a4efec.tar.xz linux-dev-f28e55765e40450c127e44d00ae65d0cd1a4efec.zip | |
tracing: show event name in trace for TRACE_EVENT created events
Unlike TRACE_FORMAT() macros, the TRACE_EVENT() macros do not show
the event name in the trace file. Knowing the event type in the trace
output is very useful.
Instead of:
task swapper:0 [140] ==> ntpd:3308 [120]
We now have:
sched_switch: task swapper:0 [140] ==> ntpd:3308 [120]
Signed-off-by: Steven Rostedt <srostedt@redhat.com>
Diffstat (limited to 'kernel/trace/trace_stack.c')
0 files changed, 0 insertions, 0 deletions
