Re: [PATCH resend] tracing/events: convert NAPI's tracepoint via TRACE_EVENT
From: Ingo Molnar <hidden>
Date: 2009-08-31 08:49:41
Also in:
lkml
From: Ingo Molnar <hidden>
Date: 2009-08-31 08:49:41
Also in:
lkml
* Xiao Guangrong [off-list ref] wrote:
- Convert NAPI's tracepoint via TRACE_EVENT macro, the output information like below:
I think as long as it does not touch tracing infrastructure (which your patches dont do in their current form) this should be done/merged via the networking tree. [ There might be some small collisions in define_trace.h (because these tracepoints move from legacy to new-style TRACE_EVENT() form) but that's OK. ] Ingo