Re: [PATCH 1/2] trace_events: fix napi's tracepoint

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Xiao Guangrong
Date: Tuesday, August 25, 2009 - 10:40 pm

Xiao Guangrong wrote:

Sorry again, I say the wrong words, it not has building error, just
not complete fix the bug which I mention it in the changelog of
"[PATCH 7/8] tracing/events: fix the include file dependencies", that
is we can't include more TRACE_EVENT head file in .c file all the same,
like below:

Both define TRACE_EVENT in trace_a.h and trace_b.h, if we include
those in .c file, like this:

#define CREATE_TRACE_POINTS
include <trace/events/trace_a.h>  // re-define DECLARE_TRACE

include <trace/events/trace_b.h>  // use the DECLARE_TRACE definition
				  // that re-define by trace_a.h

Thanks,
Xiao


--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 1/2] trace_events: fix napi's tracepoint, Xiao Guangrong, (Mon Aug 24, 11:49 pm)
Re: [PATCH 1/2] trace_events: fix napi's tracepoint, Ingo Molnar, (Tue Aug 25, 12:58 am)
Re: [PATCH 1/2] trace_events: fix napi's tracepoint, Neil Horman, (Tue Aug 25, 3:57 am)
Re: [PATCH 1/2] trace_events: fix napi's tracepoint, Xiao Guangrong, (Tue Aug 25, 5:49 pm)
Re: [PATCH 1/2] trace_events: fix napi's tracepoint, Xiao Guangrong, (Tue Aug 25, 10:20 pm)
Re: [PATCH 1/2] trace_events: fix napi's tracepoint, Xiao Guangrong, (Tue Aug 25, 10:40 pm)
Re: [PATCH 1/2] trace_events: fix napi's tracepoint, Steven Rostedt, (Wed Aug 26, 7:01 am)