Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/
Dbuiltin-kvm.c142 for (j = 0; j < event->max_vcpu; ++j) { in clear_events_cache_stats()
158 int old_max_vcpu = event->max_vcpu; in kvm_event_expand()
161 if (vcpu_id < event->max_vcpu) in kvm_event_expand()
164 while (event->max_vcpu <= vcpu_id) in kvm_event_expand()
165 event->max_vcpu += DEFAULT_VCPU_NUM; in kvm_event_expand()
169 event->max_vcpu * sizeof(*event->vcpu)); in kvm_event_expand()
177 (event->max_vcpu - old_max_vcpu) * sizeof(*event->vcpu)); in kvm_event_expand()
432 if (vcpu >= event->max_vcpu) \
/linux-4.1.27/tools/perf/util/
Dkvm-stat.h32 int max_vcpu; member