max_vcpu          171 tools/perf/builtin-kvm.c 			for (j = 0; j < event->max_vcpu; ++j) {
max_vcpu          187 tools/perf/builtin-kvm.c 	int old_max_vcpu = event->max_vcpu;
max_vcpu          190 tools/perf/builtin-kvm.c 	if (vcpu_id < event->max_vcpu)
max_vcpu          193 tools/perf/builtin-kvm.c 	while (event->max_vcpu <= vcpu_id)
max_vcpu          194 tools/perf/builtin-kvm.c 		event->max_vcpu += DEFAULT_VCPU_NUM;
max_vcpu          198 tools/perf/builtin-kvm.c 			      event->max_vcpu * sizeof(*event->vcpu));
max_vcpu          206 tools/perf/builtin-kvm.c 	       (event->max_vcpu - old_max_vcpu) * sizeof(*event->vcpu));
max_vcpu          462 tools/perf/builtin-kvm.c 	if (vcpu >= event->max_vcpu)					\
max_vcpu           36 tools/perf/util/kvm-stat.h 	int max_vcpu;