[PATCH RFC] WIP pvops trace events

From: Jeremy Fitzhardinge
Date: Fri Apr 17 2009 - 02:39:48 EST



This is my series of pvops tracing patches, consisting of:

- Split out asm/paravirt_type.h from asm/paravirt.h, so that
trace/events/pvops.h can include the types without getting everything
else.

- Add a pile of new trace events, and insert them into asm/paravirt.h

- misc tidyups

This nearly compiles, except for some duplicate kmemtrace event
definitions, which I don't understand at all yet.

J

arch/x86/include/asm/paravirt.h | 874 ++++---------------------
arch/x86/include/asm/paravirt_types.h | 719 ++++++++++++++++++++
arch/x86/kernel/Makefile | 5
arch/x86/kernel/paravirt-trace.c | 18
include/trace/events/pvops.h | 1183 ++++++++++++++++++++++++++++++++++
5 files changed, 2067 insertions(+), 732 deletions(-)

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