Re: [RFC patch 12/32] trace event napi remove semicolons

From: Neil Horman
Date: Tue May 03 2011 - 08:27:14 EST


On Mon, May 02, 2011 at 05:11:35PM -0400, Mathieu Desnoyers wrote:
> Part of the gradual TRACE_EVENT() semicolon removal. Enables creation of array
> of events, thus saving space for trace event probes.
>
> Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxxxx>
> CC: Steven Rostedt <rostedt@xxxxxxxxxxx>
> CC: Frederic Weisbecker <fweisbec@xxxxxxxxx>
> CC: Ingo Molnar <mingo@xxxxxxx>
> CC: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
> CC: Neil Horman <nhorman@xxxxxxxxxxxxx>
> CC: David S. Miller <davem@xxxxxxxxxxxxx>
> CC: Koki Sanagi <sanagi.koki@xxxxxxxxxxxxxx>
> ---
> include/trace/events/napi.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
Acked-by: Neil Horman <nhorman@xxxxxxxxxxxxx>

> Index: linux-2.6-lttng/include/trace/events/napi.h
> ===================================================================
> --- linux-2.6-lttng.orig/include/trace/events/napi.h
> +++ linux-2.6-lttng/include/trace/events/napi.h
> @@ -28,7 +28,7 @@ TRACE_EVENT(napi_poll,
>
> TP_printk("napi poll on napi struct %p for device %s",
> __entry->napi, __get_str(dev_name))
> -);
> +)
>
> #undef NO_DEV
>
>
>
--
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/