Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/
H A Dbuiltin-kvm.c147 perf_kvm->trace_vcpu); \
218 get_event_mean(event, perf_kvm->trace_vcpu)); in ev_entry_mean()
864 if (kvm->trace_vcpu == -1) in handle_end_event()
952 if ((kvm->trace_vcpu != -1) && in handle_kvm_event()
1017 int vcpu = kvm->trace_vcpu; in print_vcpu_info()
1054 int vcpu = kvm->trace_vcpu; in print_result()
1414 if (!verify_vcpu(kvm->trace_vcpu) || in kvm_events_live_report()
1602 int vcpu = kvm->trace_vcpu; in kvm_events_report_vcpu()
1732 OPT_INTEGER(0, "vcpu", &kvm->trace_vcpu, in kvm_events_report()
1838 OPT_INTEGER(0, "vcpu", &kvm->trace_vcpu, in kvm_events_live()
[all …]
/linux-6.15/tools/perf/util/
H A Dkvm-stat.h89 int trace_vcpu; member