Skip to content
  • Steven Rostedt's avatar
    tracing/events: enable code with EVENT_TRACING not EVENT_TRACER · b0afdc12
    Steven Rostedt authored
    
    
    The CONFIG_EVENT_TRACER is the way to turn on event tracing when no
    other tracing has been configured. All code to get enabled should
    depend on CONFIG_EVENT_TRACING. That is what is enabled when TRACING
    (or CONFIG_EVENT_TRACER) is selected.
    
    This patch enables the include/trace/ftrace.h file when
    CONFIG_EVENT_TRACING is enabled.
    
    [ Impact: fix warning in event tracer selftest ]
    
    Signed-off-by: default avatarSteven Rostedt <rostedt@goodmis.org>
    b0afdc12