commit | f28e55765e40450c127e44d00ae65d0cd1a4efec | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Thu Mar 12 22:00:19 2009 -0400 |
committer | Steven Rostedt <srostedt@redhat.com> | Thu Mar 12 22:00:19 2009 -0400 |
tree | 31b8b0483fc8a5ddc0fc80ae8fee88e01f6f56d5 | |
parent | 889a6c367283709a80dad9413488472596a1a1d2 [diff] |
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>