From: Steven Rostedt Date: Sat, 12 Sep 2009 23:22:23 +0000 (-0400) Subject: tracing: show details of structures within the ftrace structures X-Git-Tag: v2.6.32-rc1~654^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d73150943cf47b6cabcb4f4e52dd25975e820ae2;p=pandora-kernel.git 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 --- Reading git-diff-tree failed