Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/
Dbuiltin-kvm.c345 if (kvm->trace_vcpu == -1) in handle_end_event()
434 if ((kvm->trace_vcpu != -1) && in handle_kvm_event()
435 (kvm->trace_vcpu != vcpu_record->vcpu_id)) in handle_kvm_event()
525 int vcpu = kvm->trace_vcpu; in update_total_count()
539 int vcpu = kvm->trace_vcpu; in sort_result()
567 int vcpu = kvm->trace_vcpu; in print_vcpu_info()
604 int vcpu = kvm->trace_vcpu; in print_result()
946 if (!verify_vcpu(kvm->trace_vcpu) || in kvm_events_live_report()
1135 int vcpu = kvm->trace_vcpu; in kvm_events_report_vcpu()
1256 OPT_INTEGER(0, "vcpu", &kvm->trace_vcpu, in kvm_events_report()
[all …]
/Linux-v4.19/tools/perf/util/
Dkvm-stat.h82 int trace_vcpu; member