public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH RFC] WIP pvops trace events
@ 2009-04-17  6:39 Jeremy Fitzhardinge
  2009-04-17  6:39 ` [PATCH 1/5] x86/paravirt: split paravirt definitions into paravirt_types.h Jeremy Fitzhardinge
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Jeremy Fitzhardinge @ 2009-04-17  6:39 UTC (permalink / raw)
  To: mathieu.desnoyers; +Cc: Steven Rostedt, Ingo Molnar, Linux Kernel Mailing List


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(-)


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2009-04-17 15:55 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-17  6:39 [PATCH RFC] WIP pvops trace events Jeremy Fitzhardinge
2009-04-17  6:39 ` [PATCH 1/5] x86/paravirt: split paravirt definitions into paravirt_types.h Jeremy Fitzhardinge
2009-04-17  6:39 ` [PATCH 2/5] x86/pvops: add tracing for all significant pvops entrypoints Jeremy Fitzhardinge
2009-04-17  6:39 ` [PATCH 3/5] x86/paravirt: update tracing for start/end context switch Jeremy Fitzhardinge
2009-04-17  6:39 ` [PATCH 4/5] x86/paravirt: add forward-decl for task_struct Jeremy Fitzhardinge
2009-04-17  6:39 ` [PATCH 5/5] x86/pvops: move tracing around to match CREATE_PVOPS_TRACE_POINTS Jeremy Fitzhardinge
2009-04-17  8:43 ` [PATCH RFC] WIP pvops trace events Ingo Molnar
2009-04-17 13:49   ` Jeremy Fitzhardinge
2009-04-17 15:55     ` Ingo Molnar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox