lkml.org 
[lkml]   [2009]   [Feb]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 1/4][RFC] tracing: add event trace infrastructure

* Andrew Morton <akpm@linux-foundation.org> wrote:

> On Tue, 24 Feb 2009 14:33:45 -0500
> Steven Rostedt <rostedt@goodmis.org> wrote:
>
> > +#define DECLARE_TRACE_FMT(call, proto, args, fmt, fmt_args) \
> > +static void ftrace_event_##call(proto) \
> > +{ \
> > + event_trace_printk(_RET_IP_, "(%s) " fmt "\n", #call, fmt_args); \
> > +} \
>
> <anal>This macro emits a definition, not a declaration.</anal>

yes indeed :) It got modified from one that emitted a
declaration to also emit a definition and the name was not
converted.

Ingo


\
 
 \ /
  Last update: 2009-02-24 20:51    [W:0.089 / U:0.272 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site