tracing: show details of structures within the ftrace structures
authorSteven Rostedt <srostedt@redhat.com>
Sat, 12 Sep 2009 23:22:23 +0000 (19:22 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Sun, 13 Sep 2009 03:08:07 +0000 (23:08 -0400)
Some of the internal ftrace structures use structures within. The
output of a field saying it is just a structure is useless for a format
file. A binary reader of the ring buffer needs to know more about
how the fields are broken up.

This patch adds to the ftrace structure macros new fields to
describe the structures inside a structure.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>

No differences found