Lines Matching refs:trace_vcpu
147 perf_kvm->trace_vcpu); \
168 get_event_##metric(event, perf_kvm->trace_vcpu)); \
218 get_event_mean(event, perf_kvm->trace_vcpu));
249 return percent(get_event_##metric(event, perf_kvm->trace_vcpu), \
925 if (kvm->trace_vcpu == -1)
1013 if ((kvm->trace_vcpu != -1) &&
1014 (kvm->trace_vcpu != vcpu_record->vcpu_id))
1056 if (!event_is_valid(event, perf_kvm->trace_vcpu))
1078 int vcpu = kvm->trace_vcpu;
1115 int vcpu = kvm->trace_vcpu;
1473 if (!verify_vcpu(kvm->trace_vcpu) ||
1663 int vcpu = kvm->trace_vcpu;
1793 OPT_INTEGER(0, "vcpu", &kvm->trace_vcpu,
1899 OPT_INTEGER(0, "vcpu", &kvm->trace_vcpu,
2029 .trace_vcpu = -1,