linux-s390.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] KVM: s390: Trace events support.
@ 2012-07-23 15:20 Cornelia Huck
  2012-07-23 15:20 ` [PATCH 1/3] s390/dis: Instruction decoding interface Cornelia Huck
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Cornelia Huck @ 2012-07-23 15:20 UTC (permalink / raw)
  To: Avi Kivity, Marcelo Tosatti
  Cc: Christian Borntraeger, Carsten Otte, Alexander Graf,
	Heiko Carstens, Martin Schwidefsky, KVM, linux-s390

Avi, Marcelo,

here's a patch set that introduces trace events for kvm/s390.

It's split into two parts:

- Trace points for architecture-defined events, like intercepts.
  This patch calls into the disassembler via the interface provided
  by the first patch. These trace points show up under events/kvm/.
- Trace points for implementation-specific events like interrupt
  injection. These show up under a new trace system, kvm-s390.

Cornelia Huck (3):
  s390/dis: Instruction decoding interface.
  KVM: s390: Add architectural trace events.
  KVM: s390: Add implementation-specific trace events.

 arch/s390/include/asm/processor.h |   1 +
 arch/s390/kernel/dis.c            |  27 +++
 arch/s390/kvm/diag.c              |   4 +
 arch/s390/kvm/intercept.c         |  11 ++
 arch/s390/kvm/interrupt.c         |  23 +++
 arch/s390/kvm/kvm-s390.c          |  10 ++
 arch/s390/kvm/priv.c              |   9 +-
 arch/s390/kvm/sigp.c              |   2 +
 arch/s390/kvm/trace-s390.h        | 210 +++++++++++++++++++++++
 arch/s390/kvm/trace.h             | 341 ++++++++++++++++++++++++++++++++++++++
 10 files changed, 637 insertions(+), 1 deletion(-)
 create mode 100644 arch/s390/kvm/trace-s390.h
 create mode 100644 arch/s390/kvm/trace.h

-- 
1.7.11.2

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

end of thread, other threads:[~2012-07-26 11:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-23 15:20 [PATCH 0/3] KVM: s390: Trace events support Cornelia Huck
2012-07-23 15:20 ` [PATCH 1/3] s390/dis: Instruction decoding interface Cornelia Huck
2012-07-23 15:20 ` [PATCH 2/3] KVM: s390: Add architectural trace events Cornelia Huck
2012-07-23 15:20 ` [PATCH 3/3] KVM: s390: Add implementation-specific " Cornelia Huck
2012-07-26  9:35 ` [PATCH 0/3] KVM: s390: Trace events support Avi Kivity
2012-07-26 10:47   ` Cornelia Huck
2012-07-26 11:05     ` Avi Kivity

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).