• Tom Zanussi's avatar
    tracing: filter fix for TRACE_EVENT_FORMAT events · 9a8118ba
    Tom Zanussi authored
    Impact: fix crash (hang) when using TRACE_EVENT_FORMAT filter files
    
    filters are only hooked up to the tracepoint events defined using
    TRACE_EVENT but not the tracers that use TRACE_EVENT_FORMAT, such
    as ftrace.
    
    Do not display the filter files at all for TRACE_EVENT_FORMAT events
    for the time being.
    
    Cc: Steven Rostedt <rostedt@goodmis.org>
    Cc: =?ISO-8859-1?Q?Fr=E9d=E9ric?= Weisbecker <fweisbec@gmail.com>
    LKML-Reference: <1237878882.8339.61.camel@charm-linux>
    Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
    9a8118ba
trace_events.c 15.7 KB