Re: [PATCH 08/16] tracing: have event_trace_printk use statictracer

From: Andrew Morton
Date: Thu Mar 12 2009 - 22:56:28 EST


On Thu, 12 Mar 2009 22:37:12 -0400 Steven Rostedt <rostedt@xxxxxxxxxxx> wrote:

> + static const char *trace_printk_fmt \
> + __attribute__((section("__trace_printk_fmt"))) = \
> + __builtin_constant_p(fmt) ? fmt : NULL; \

hm. Does this put trace_printk_fmt into the __trace_printk_fmt
section, or does it put *trace_printk_fmt in there?

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/