Searched refs:cpustr (Results 1 – 3 of 3) sorted by relevance
76 char *cpustr; in handle_vcpu_hotplug_event() local78 cpustr = strstr(path, "cpu/"); in handle_vcpu_hotplug_event()79 if (cpustr != NULL) { in handle_vcpu_hotplug_event()80 sscanf(cpustr, "cpu/%u", &cpu); in handle_vcpu_hotplug_event()
44 $(obj)/cpu.o: $(obj)/cpustr.h48 $(obj)/cpustr.h: $(obj)/mkcpustr FORCE49 $(call if_changed,cpustr)50 targets += cpustr.h
521 char *cpustr = NULL; in pyrf_cpu_map__init() local524 kwlist, &cpustr)) in pyrf_cpu_map__init()527 pcpus->cpus = perf_cpu_map__new(cpustr); in pyrf_cpu_map__init()