On 12/13/2016 11:01 AM, Nitesh Konkar wrote:
Add support and documentation for generic
perf events like bus_cycles, stalled_cycles_frontend,
stalled_cycles_backend and ref_cpu_cycles.
Nitesh Konkar (4):
perf: add bus_cycles perf event support
perf: add stalled_cycles_frontend perf event support
perf: add stalled_cycles_backend perf event support
perf: add ref_cpu_cycles perf event support
docs/formatdomain.html.in | 24 +++++++++++++++++
docs/news.html.in | 6 +++--
docs/schemas/domaincommon.rng | 4 +++
include/libvirt/libvirt-domain.h | 40 +++++++++++++++++++++++++++++
src/libvirt-domain.c | 11 ++++++++
src/qemu/qemu_driver.c | 4 +++
src/util/virperf.c | 16 +++++++++++-
src/util/virperf.h | 4 +++
tests/genericxml2xmlindata/generic-perf.xml | 4 +++
tools/virsh.pod | 16 +++++++++++-
10 files changed, 125 insertions(+), 4 deletions(-)
Please supply a 5/4 that would be the update to docs/news.html.in. I'll
review once that's supplied.
Tks -
John