Re: [GIT PULL] tracing updates

From: Ingo Molnar
Date: Wed Sep 08 2010 - 02:06:06 EST



* Frederic Weisbecker <fweisbec@xxxxxxxxx> wrote:

> Ingo,
>
> Please pull the perf/core branch that can be found at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing.git
> perf/core
>
> Thanks,
> Frederic
> ---
>
> Koki Sanagi (3):
> netdev: Add tracepoints to netdev layer
> skb: Add tracepoints to freeing skb
> perf: Add a script to show packets processing
>
> Lai Jiangshan (1):
> irq: Add tracepoint to softirq_raise
>
> Neil Horman (1):
> napi: Convert trace_napi_poll to TRACE_EVENT
>
>
> include/linux/interrupt.h | 8 +-
> include/trace/events/irq.h | 26 +-
> include/trace/events/napi.h | 25 +-
> include/trace/events/net.h | 82 ++++
> include/trace/events/skb.h | 17 +
> net/core/datagram.c | 1 +
> net/core/dev.c | 8 +
> net/core/net-traces.c | 1 +
> net/core/skbuff.c | 1 +
> tools/perf/scripts/python/bin/netdev-times-record | 8 +
> tools/perf/scripts/python/bin/netdev-times-report | 5 +
> tools/perf/scripts/python/netdev-times.py | 464 +++++++++++++++++++++
> 12 files changed, 641 insertions(+), 5 deletions(-)

Pulled, thanks a lot!

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/