Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/
Dbuiltin-kvm.c322 if (kvm->trace_vcpu == -1) in handle_end_event()
410 if ((kvm->trace_vcpu != -1) && in handle_kvm_event()
411 (kvm->trace_vcpu != vcpu_record->vcpu_id)) in handle_kvm_event()
501 int vcpu = kvm->trace_vcpu; in update_total_count()
515 int vcpu = kvm->trace_vcpu; in sort_result()
543 int vcpu = kvm->trace_vcpu; in print_vcpu_info()
580 int vcpu = kvm->trace_vcpu; in print_result()
912 if (!verify_vcpu(kvm->trace_vcpu) || in kvm_events_live_report()
1092 int vcpu = kvm->trace_vcpu; in kvm_events_report_vcpu()
1201 OPT_INTEGER(0, "vcpu", &kvm->trace_vcpu, in kvm_events_report()
[all …]
/linux-4.1.27/tools/perf/util/
Dkvm-stat.h81 int trace_vcpu; member