tracing: add trace name and id to event formats
authorSteven Rostedt <srostedt@redhat.com>
Mon, 2 Mar 2009 20:10:02 +0000 (15:10 -0500)
committerSteven Rostedt <srostedt@redhat.com>
Mon, 2 Mar 2009 20:10:02 +0000 (15:10 -0500)
commitc5e4e19271edfdf1abd4184933d40d646da6a091
tree1ef485d68971b365a361638df57ee663c631b88f
parent91729ef96661bfa7dc53923746cd90b62d5495cc
tracing: add trace name and id to event formats

To be able to identify the trace in the binary format output, the
id of the trace event (which is dynamically assigned) must also be listed.

This patch adds the name of the trace point as well as the id assigned.

Signed-off-by: Steven Rostedt <srostedt@redhat.com>
kernel/trace/trace_events.c