All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0 of 4] xentrace fixes for xen-unstable
@ 2011-07-15 15:38 Olaf Hering
  2011-07-15 15:38 ` [PATCH 1 of 4] hvm: remove cast from trace_var call for HVMOP_xentrace Olaf Hering
                   ` (3 more replies)
  0 siblings, 4 replies; 19+ messages in thread
From: Olaf Hering @ 2011-07-15 15:38 UTC (permalink / raw)
  To: xen-devel; +Cc: George Dunlap

A few small changes and a new trace hypercall.

The hypercall patch is here for review, I'm open to suggestions for better
naming for example.

I'm leaving the existing HVMOP_xentrace in place to not break the API, even
if there are no users in the tree.

Olaf

 tools/libxc/xc_tbuf.c       |   46 ++++++++++++++++++++++++++++++++++++++++++++
 tools/libxc/xenctrl.h       |    2 +
 xen/arch/x86/hvm/hvm.c      |    3 --
 xen/arch/x86/irq.c          |   12 +++++++----
 xen/arch/x86/trace.c        |    3 ++
 xen/arch/x86/x86_32/entry.S |    2 +
 xen/arch/x86/x86_64/entry.S |    2 +
 xen/common/trace.c          |   21 +++++++++++++++++++-
 xen/include/public/trace.h  |   10 +++++++++
 xen/include/public/xen.h    |    1 
 xen/include/xen/hypercall.h |    5 ++++
 11 files changed, 100 insertions(+), 7 deletions(-)

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

end of thread, other threads:[~2011-07-18 12:22 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-15 15:38 [PATCH 0 of 4] xentrace fixes for xen-unstable Olaf Hering
2011-07-15 15:38 ` [PATCH 1 of 4] hvm: remove cast from trace_var call for HVMOP_xentrace Olaf Hering
2011-07-15 15:48   ` George Dunlap
2011-07-15 15:38 ` [PATCH 2 of 4] xentrace: replace ASSERT with printk in __trace_var Olaf Hering
2011-07-15 16:31   ` George Dunlap
2011-07-16  8:20     ` Keir Fraser
2011-07-18  9:04       ` Olaf Hering
2011-07-18  9:37         ` Keir Fraser
2011-07-18 10:41       ` George Dunlap
2011-07-18 11:12         ` Keir Fraser
2011-07-15 15:38 ` [PATCH 3 of 4] xentrace: reduce size of extradata in trace_irq_mask() Olaf Hering
2011-07-15 16:28   ` George Dunlap
2011-07-16  8:25   ` Keir Fraser
2011-07-15 15:38 ` [PATCH 4 of 4] Add a trace hypercall to allow tracing from dom0 or domU Olaf Hering
2011-07-15 16:49   ` George Dunlap
2011-07-15 20:45     ` Olaf Hering
2011-07-18  8:56   ` Tim Deegan
2011-07-18 11:17     ` George Dunlap
2011-07-18 12:22       ` Tim Deegan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.