commit | d73150943cf47b6cabcb4f4e52dd25975e820ae2 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Sat Sep 12 19:22:23 2009 -0400 |
committer | Steven Rostedt <rostedt@goodmis.org> | Sat Sep 12 23:08:07 2009 -0400 |
tree | ba711d32aacb2c5627d2acd636e82b819598120c | |
parent | 0a1c49db8d91c538f104f8d70e560c6fdd589bd4 [diff] |
tracing: show details of structures within the ftrace structures 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>