Re: [PATCH 2/2] ftrace: Output REC->var instead of __entry->varfortrace format

From: Ingo Molnar
Date: Fri Apr 10 2009 - 09:47:02 EST



* Zhaolei <zhaolei@xxxxxxxxxxxxxx> wrote:

> * From: "Ingo Molnar" <mingo@xxxxxxx>
> >
> > * Zhaolei <zhaolei@xxxxxxxxxxxxxx> wrote:
> >
> >> print fmt: "irq=%d return=%s", __entry->irq, __entry->ret ? \"handled\" : \"unhandled\"
> >>
> >> "__entry" should be convert to "REC" by __stringify() macro.
> >>
> >> Signed-off-by: Zhao Lei <zhaolei@xxxxxxxxxxxxxx>
> >> ---
> >> kernel/trace/trace_events_stage_2.h | 4 ++--
> >> 1 files changed, 2 insertions(+), 2 deletions(-)
> >
> > good fix, but it is causing build trouble when applied to latest
> > tip/master:
> >
> > include/trace/sched_event_types.h:257:1: error: macro "__stringify"
> > passed 3 arguments, but takes just 1
> Hello, Ingo
>
> I tested this patch before send, but haven't see this error. env
> is: gcc version 4.1.2 20070626 (Red Hat 4.1.2-14)
>
> This patch need on top of my previous one: [PATCH 1/2] Make
> __stringify support variable argument macro Maybe this is the
> reason.

ah, indeed - i missed the 1/2 patch. I'll have another look.

Ingo
--
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/