Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/
Dbuiltin-kvm.c141 for (j = 0; j < event->max_vcpu; ++j) { in clear_events_cache_stats()
157 int old_max_vcpu = event->max_vcpu; in kvm_event_expand()
160 if (vcpu_id < event->max_vcpu) in kvm_event_expand()
163 while (event->max_vcpu <= vcpu_id) in kvm_event_expand()
164 event->max_vcpu += DEFAULT_VCPU_NUM; in kvm_event_expand()
168 event->max_vcpu * sizeof(*event->vcpu)); in kvm_event_expand()
176 (event->max_vcpu - old_max_vcpu) * sizeof(*event->vcpu)); in kvm_event_expand()
431 if (vcpu >= event->max_vcpu) \
/linux-4.4.14/tools/perf/util/
Dkvm-stat.h32 int max_vcpu; member