From: Steven Rostedt Date: Sat, 12 Sep 2009 23:26:21 +0000 (-0400) Subject: tracing: use the new trace_entries.h to create format files X-Git-Tag: v2.6.32-rc1~654^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e5292ea1ac0c2939e815e6c44fad3d8696ea281;p=pandora-kernel.git tracing: use the new trace_entries.h to create format files This patch changes the way the format files in debugfs/tracing/events/ftrace/*/format are created. It uses the new trace_entries.h file to automate the creation of the format files to ensure that they are always in sync with the actual structures. This is the same methodology used to create the format files for the TRACE_EVENT macro. This also updates the filter creation that was built on the creation of the format files. Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed