Re: Problem with CREATE_TRACE_POINTS and recursion safety

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Steven Rostedt
Date: Wednesday, April 15, 2009 - 7:02 pm

On Wed, 15 Apr 2009, Jeremy Fitzhardinge wrote:


Have you tried:

#ifdef CREATE_PVOPS_TRACE_POINTS
#define CREATE_TRACE_POINTS
#include <trace/define_trace.h>
#undef CREATE_TRACE_POINTS
#endif

And in your C file do:

#define CREATE_PVOPS_TRACE_POINTS
#include <trace/pvops.h>

??

-- Steve
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Problem with CREATE_TRACE_POINTS and recursion safety, Jeremy Fitzhardinge, (Wed Apr 15, 5:34 pm)
Re: Problem with CREATE_TRACE_POINTS and recursion safety, Steven Rostedt, (Wed Apr 15, 5:56 pm)
Re: Problem with CREATE_TRACE_POINTS and recursion safety, Jeremy Fitzhardinge, (Wed Apr 15, 6:06 pm)
Re: Problem with CREATE_TRACE_POINTS and recursion safety, Steven Rostedt, (Wed Apr 15, 7:02 pm)
Re: Problem with CREATE_TRACE_POINTS and recursion safety, Mathieu Desnoyers, (Wed Apr 15, 7:23 pm)
Re: Problem with CREATE_TRACE_POINTS and recursion safety, Jeremy Fitzhardinge, (Wed Apr 15, 7:45 pm)
Re: Problem with CREATE_TRACE_POINTS and recursion safety, Jeremy Fitzhardinge, (Wed Apr 15, 7:50 pm)
Re: Problem with CREATE_TRACE_POINTS and recursion safety, Steven Rostedt, (Wed Apr 15, 8:09 pm)
Re: Problem with CREATE_TRACE_POINTS and recursion safety, Christoph Hellwig, (Thu Apr 16, 4:09 am)
Re: Problem with CREATE_TRACE_POINTS and recursion safety, Steven Rostedt, (Thu Apr 16, 6:42 am)