aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSteven Rostedt <srostedt@redhat.com>2009-09-12 19:17:15 -0400
committerSteven Rostedt <rostedt@goodmis.org>2009-09-12 23:08:06 -0400
commit0a1c49db8d91c538f104f8d70e560c6fdd589bd4 (patch)
tree41cf96b9c7bd351702526c6313cef9944c741954 /include
parent16bb8eb1b73bf940d30ff88cae622bfcd3790f61 (diff)
tracing: use macros to create internal ftrace entry ring buffer structures
The entries used by ftrace internal code (plugins) currently have their formats manually exported to userspace. That is, the format files in debugfs/tracing/events/ftrace/*/format are currently created by hand. This is a maintenance nightmare, and can easily become out of sync with what is actually shown. This patch uses the methodology of the TRACE_EVENT macros to build the structures so that their formats can be automated and this will keep the structures in sync with what users can see. This patch only changes the way the structures are created. Further patches will build off of this to automate the format files. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions