Re: [PATCH v2 1/5] tracing: Do not do anything special with tracepoint_string when tracing is disabled

From: Steven Rostedt
Date: Thu Aug 07 2014 - 22:36:19 EST


Because ftrace_events.h is not included when config tracing is not
enabled, I got error messages when compiling arm and arm64 without
tracing enabled. This is the new patch I'm now testing that moves the
tracepoint_string code to include/linux/tracepoint.h as well.

-- Steve