Re: [PATCH 2/4] tracing: add event trace infrastructure

From: Lai Jiangshan
Date: Wed Feb 25 2009 - 04:23:05 EST


Steven Rostedt åé:
>
> Signed-off-by: Steven Rostedt <srostedt@xxxxxxxxxx>
> ---
> include/asm-generic/vmlinux.lds.h | 11 ++-
> kernel/trace/Kconfig | 9 ++
> kernel/trace/Makefile | 1 +
> kernel/trace/trace_events.c | 280 +++++++++++++++++++++++++++++++++++++
> kernel/trace/trace_events.h | 52 +++++++
> 5 files changed, 352 insertions(+), 1 deletions(-)
> create mode 100644 kernel/trace/trace_events.c
> create mode 100644 kernel/trace/trace_events.h
>

Modules can not use this infrastructure,
will it be implemented in future?

Lai

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