|
@@ -1293,7 +1293,8 @@ static int kvm_events_live(struct perf_kvm_stat *kvm,
|
|
|
OPT_UINTEGER('d', "display", &kvm->display_time,
|
|
|
"time in seconds between display updates"),
|
|
|
OPT_STRING(0, "event", &kvm->report_event, "report event",
|
|
|
- "event for reporting: vmexit, mmio, ioport"),
|
|
|
+ "event for reporting: "
|
|
|
+ "vmexit, mmio (x86 only), ioport (x86 only)"),
|
|
|
OPT_INTEGER(0, "vcpu", &kvm->trace_vcpu,
|
|
|
"vcpu id to report"),
|
|
|
OPT_STRING('k', "key", &kvm->sort_key, "sort-key",
|