]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc25e6ce1ad61ef103869365cb23fdac615cc51a5
treeba711d32aacb2c5627d2acd636e82b819598120c
parent9ff6eaf5edcb5b2f51d15638b99804f463f3d211
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>
kernel/trace/trace.h
kernel/trace/trace_entries.h