git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
889a6c3
)
tracing: show event name in trace for TRACE_EVENT created events
author
Steven Rostedt
<srostedt@redhat.com>
Fri, 13 Mar 2009 02:00:19 +0000
(22:00 -0400)
committer
Steven Rostedt
<srostedt@redhat.com>
Fri, 13 Mar 2009 02:00:19 +0000
(22:00 -0400)
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>
No differences found