[libvirt] [PATCH v5 0/8] perf: add more perf events support

John Ferlan jferlan at redhat.com
Wed Aug 3 22:30:47 UTC 2016


v4: http://www.redhat.com/archives/libvir-list/2016-July/msg00607.html

Reworked/reworded the series slightly.  The end result is mostly the
same as the original, but with the suggested tweaks.


John Ferlan (3):
  virsh: Add a forward reference to perf command from domstats --perf
  virsh: Rework the perf event names into a table.
  util: Move virPerfNew and virPerfFree

Qiaowei Ren (5):
  perf: rename qemuDomainGetStatsPerfRdt()
  perf: Remove the switch from qemuDomainGetStatsPerf
  util: Add some comment details for virPerfEventType
  perf: Adjust the perf initialization
  perf: add more perf events support

 docs/formatdomain.html.in                   |  24 +++
 docs/schemas/domaincommon.rng               |   4 +
 include/libvirt/libvirt-domain.h            |  39 +++++
 src/libvirt-domain.c                        |   9 ++
 src/qemu/qemu_driver.c                      |  23 ++-
 src/util/virperf.c                          | 230 +++++++++++++++++-----------
 src/util/virperf.h                          |  14 +-
 tests/genericxml2xmlindata/generic-perf.xml |   4 +
 tools/virsh.pod                             |  40 +++--
 9 files changed, 275 insertions(+), 112 deletions(-)

-- 
2.7.4




More information about the libvir-list mailing list