Lines Matching refs:trace_vcpu
148 perf_kvm->trace_vcpu); \
169 get_event_##metric(event, perf_kvm->trace_vcpu)); \
219 get_event_mean(event, perf_kvm->trace_vcpu)); in ev_entry_mean()
250 return percent(get_event_##metric(event, perf_kvm->trace_vcpu), \
865 if (kvm->trace_vcpu == -1) in handle_end_event()
956 if ((kvm->trace_vcpu != -1) && in handle_kvm_event()
957 (kvm->trace_vcpu != vcpu_record->vcpu_id)) in handle_kvm_event()
999 if (!event_is_valid(event, perf_kvm->trace_vcpu)) in filter_cb()
1021 int vcpu = kvm->trace_vcpu; in print_vcpu_info()
1058 int vcpu = kvm->trace_vcpu; in print_result()
1420 if (!verify_vcpu(kvm->trace_vcpu) || in kvm_events_live_report()
1614 int vcpu = kvm->trace_vcpu; in kvm_events_report_vcpu()
1735 OPT_INTEGER(0, "vcpu", &kvm->trace_vcpu, in kvm_events_report()
1841 OPT_INTEGER(0, "vcpu", &kvm->trace_vcpu, in kvm_events_live()
1968 .trace_vcpu = -1, in kvm_cmd_stat()