[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1239950374-1252-1-git-send-email-jeremy@goop.org>
Date: Thu, 16 Apr 2009 23:39:29 -0700
From: Jeremy Fitzhardinge <jeremy@...p.org>
To: mathieu.desnoyers@...ymtl.ca
Cc: Steven Rostedt <rostedt@...dmis.org>, Ingo Molnar <mingo@...e.hu>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [PATCH RFC] WIP pvops trace events
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists