Home | History | Annotate | Download | only in perf

Lines Matching defs:vcpu_id

325 	int vcpu_id;
366 static bool kvm_event_expand(struct kvm_event *event, int vcpu_id)
371 if (vcpu_id < event->max_vcpu)
374 while (event->max_vcpu <= vcpu_id)
448 static double kvm_event_rel_stddev(int vcpu_id, struct kvm_event *event)
452 if (vcpu_id != -1)
453 kvm_stats = &event->vcpu[vcpu_id];
459 static bool update_kvm_event(struct kvm_event *event, int vcpu_id,
462 if (vcpu_id == -1) {
467 if (!kvm_event_expand(event, vcpu_id))
470 kvm_update_event_stats(&event->vcpu[vcpu_id], time_diff);
486 vcpu = vcpu_record->vcpu_id;
527 sample->time, sample->pid, vcpu_record->vcpu_id,
550 vcpu_record->vcpu_id = perf_evsel__intval(evsel, sample, "vcpu_id");
571 (kvm->trace_vcpu != vcpu_record->vcpu_id))