Skip to content
  • Steven Rostedt's avatar
    tracing: use the new trace_entries.h to create format files · 4e5292ea
    Steven Rostedt authored
    
    
    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: default avatarSteven Rostedt <rostedt@goodmis.org>
    4e5292ea