Lines Matching defs:vcpu_id
143 int vcpu_id;
186 static bool kvm_event_expand(struct kvm_event *event, int vcpu_id)
191 if (vcpu_id < event->max_vcpu)
194 while (event->max_vcpu <= vcpu_id)
269 static double kvm_event_rel_stddev(int vcpu_id, struct kvm_event *event)
273 if (vcpu_id != -1)
274 kvm_stats = &event->vcpu[vcpu_id];
280 static bool update_kvm_event(struct kvm_event *event, int vcpu_id,
283 if (vcpu_id == -1) {
288 if (!kvm_event_expand(event, vcpu_id))
291 kvm_update_event_stats(&event->vcpu[vcpu_id], time_diff);
355 vcpu = vcpu_record->vcpu_id;
396 sample->time, sample->pid, vcpu_record->vcpu_id,
419 vcpu_record->vcpu_id = evsel__intval(evsel, sample, vcpu_id_str);
441 (kvm->trace_vcpu != vcpu_record->vcpu_id))