lkml.org 
[lkml]   [2009]   [Apr]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: Problem with CREATE_TRACE_POINTS and recursion safety
On Wed, Apr 15, 2009 at 11:09:14PM -0400, Steven Rostedt wrote:
> I hate to do this because it adds some more work to the developer adding a
> new trace point header, but we could just remove the CREATE_TRACE_POINTS
> and do in the trace/events/*.h headers:
>
> #ifdef CREATE_FOO_TRACE_POINTS
> #include <trace/define_trace.h>
> #endif
>
> in all tracepoint headers. I originally had it this way with just the
> CREATE_TRACE_POINTS, but Christoph Hellwig and Mathieu both suggested
> putting that into define_trace.h. It seems so much cleaner to keep it in
> define_trace.h, but if it is causing too many headaches, it may not be
> worth it :-/

I still don't like the magic include in every trace header.

What about

#define CREATE_FOO_TRACE_POINTS "subsystem"

to only create them for a given subsystem?



\
 
 \ /
  Last update: 2009-04-16 13:13    [W:0.048 / U:0.788 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site