On 25/04/14 11:12, Christian Borntraeger wrote:
> +#if defined(__i386__) || defined(__x86_64__)
> else if (!strcmp(kvm->report_event, "mmio"))
> kvm->events_ops = &mmio_events;
> else if (!strcmp(kvm->report_event, "ioport"))
> kvm->events_ops = &ioport_event
From: Alexander Yarygin
This patch allows perf to record SIE trace events, decode them and print
performance statistics.
Commands perf kvm stat record, report and stat are supported.
Signed-off-by: Alexander Yarygin
Reviewed-by: Cornelia Huck
Signed-off-by: Christian Borntraeger
---
arch/s3