Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/
Dbuiltin-kvm.c165 for (j = 0; j < event->max_vcpu; ++j) { in clear_events_cache_stats()
181 int old_max_vcpu = event->max_vcpu; in kvm_event_expand()
184 if (vcpu_id < event->max_vcpu) in kvm_event_expand()
187 while (event->max_vcpu <= vcpu_id) in kvm_event_expand()
188 event->max_vcpu += DEFAULT_VCPU_NUM; in kvm_event_expand()
192 event->max_vcpu * sizeof(*event->vcpu)); in kvm_event_expand()
200 (event->max_vcpu - old_max_vcpu) * sizeof(*event->vcpu)); in kvm_event_expand()
456 if (vcpu >= event->max_vcpu) \
/Linux-v4.19/tools/perf/util/
Dkvm-stat.h33 int max_vcpu; member