Home
last modified time | relevance | path

Searched refs:trace_vcpu (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/perf/
H A Dbuiltin-kvm.c147 perf_kvm->trace_vcpu); \
218 get_event_mean(event, perf_kvm->trace_vcpu)); in ev_entry_mean()
925 if (kvm->trace_vcpu == -1) in handle_end_event()
1013 if ((kvm->trace_vcpu != -1) && in handle_kvm_event()
1078 int vcpu = kvm->trace_vcpu; in print_vcpu_info()
1115 int vcpu = kvm->trace_vcpu; in print_result()
1473 if (!verify_vcpu(kvm->trace_vcpu) || in kvm_events_live_report()
1663 int vcpu = kvm->trace_vcpu; in kvm_events_report_vcpu()
1793 OPT_INTEGER(0, "vcpu", &kvm->trace_vcpu, in kvm_events_report()
1899 OPT_INTEGER(0, "vcpu", &kvm->trace_vcpu, in kvm_events_live()
[all …]
/openbmc/linux/tools/perf/util/
H A Dkvm-stat.h89 int trace_vcpu; member