All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH/RFC 00/11] perf/s390/kvm: trace events, perf kvm stat
@ 2014-04-25  9:12 Christian Borntraeger
  2014-04-25  9:12 ` [PATCH 01/11] s390: add sie exit reasons tables Christian Borntraeger
                   ` (11 more replies)
  0 siblings, 12 replies; 20+ messages in thread
From: Christian Borntraeger @ 2014-04-25  9:12 UTC (permalink / raw)
  To: Paolo Bonzini, Jiri Olsa
  Cc: KVM, linux-s390, Cornelia Huck, Arnaldo Carvalho de Melo,
	linux-kernel, Ingo Molnar, Alexander Yarygin,
	Christian Borntraeger

The goal of this series is to
- enable perf kvm stat on s390
- get rid of a perf warning "insn_to_mnemonic not found" when it tries to
  decode s390 perf trace events

Review feedback is welcome.
In addition, The patch set touches s390/kvm code and perf code.
So any feedback on which tree to use for this series is also 
welcome.

Christian


Alexander Yarygin (11):
  s390: add sie exit reasons tables
  KVM: s390: Use trace tables from sie.h.
  KVM: s390: decoder of SIE intercepted instructions
  KVM: s390: Use intercept_insn decoder in trace event
  perf kvm: Intoduce HAVE_KVM_STAT_SUPPORT flag
  perf kvm: simplify of exit reasons tables definitions
  perf kvm: Refactoring of cpu_isa_config()
  perf kvm: allow for variable string sizes
  perf kvm: use defines of kvm events
  perf: allow to use cpuinfo on s390
  perf kvm: add stat support on s390

 arch/s390/include/uapi/asm/kvm.h   |   7 +
 arch/s390/include/uapi/asm/sie.h   | 245 ++++++++++++++++++++++++++++++++++
 arch/s390/kvm/trace.h              |  39 +-----
 arch/x86/include/uapi/asm/kvm.h    |   8 ++
 tools/perf/MANIFEST                |   3 +
 tools/perf/arch/s390/Makefile      |   2 +
 tools/perf/arch/s390/util/header.c |  17 +++
 tools/perf/arch/x86/Makefile       |   1 +
 tools/perf/builtin-kvm.c           | 263 +++++++++++++++++++++++++++++--------
 tools/perf/config/Makefile         |   4 +
 tools/perf/perf.h                  |   1 +
 11 files changed, 499 insertions(+), 91 deletions(-)
 create mode 100644 arch/s390/include/uapi/asm/sie.h
 create mode 100644 tools/perf/arch/s390/util/header.c

-- 
1.8.4.2


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

end of thread, other threads:[~2014-05-05 15:29 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-25  9:12 [PATCH/RFC 00/11] perf/s390/kvm: trace events, perf kvm stat Christian Borntraeger
2014-04-25  9:12 ` [PATCH 01/11] s390: add sie exit reasons tables Christian Borntraeger
2014-04-25  9:12 ` [PATCH 02/11] KVM: s390: Use trace tables from sie.h Christian Borntraeger
2014-04-25  9:12 ` [PATCH 03/11] KVM: s390: decoder of SIE intercepted instructions Christian Borntraeger
2014-04-25  9:12 ` [PATCH 04/11] KVM: s390: Use intercept_insn decoder in trace event Christian Borntraeger
2014-04-25  9:12 ` [PATCH 05/11] perf kvm: Intoduce HAVE_KVM_STAT_SUPPORT flag Christian Borntraeger
2014-04-25  9:12 ` [PATCH 06/11] perf kvm: simplify of exit reasons tables definitions Christian Borntraeger
2014-04-25  9:12 ` [PATCH 07/11] perf kvm: Refactoring of cpu_isa_config() Christian Borntraeger
2014-04-25  9:12 ` [PATCH 08/11] perf kvm: allow for variable string sizes Christian Borntraeger
2014-05-05 10:27   ` Christian Borntraeger
2014-05-05 15:29     ` David Ahern
2014-04-25  9:12 ` [PATCH 09/11] perf kvm: use defines of kvm events Christian Borntraeger
2014-05-05 13:33   ` Paolo Bonzini
2014-04-25  9:12 ` [PATCH 10/11] perf: allow to use cpuinfo on s390 Christian Borntraeger
2014-04-25  9:12 ` [PATCH 11/11] perf kvm: add stat support " Christian Borntraeger
2014-05-05 10:43   ` Christian Borntraeger
2014-05-05 10:43     ` Christian Borntraeger
2014-05-02  9:16 ` [PATCH/RFC 00/11] perf/s390/kvm: trace events, perf kvm stat Jiri Olsa
2014-05-02 18:14   ` David Ahern
2014-05-05 10:36     ` Christian Borntraeger

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.