Lines Matching full:cpus
48 how to create it and display its cpus:
67 5 struct perf_cpu_map *cpus;
70 8 cpus = perf_cpu_map__new(NULL);
72 10 perf_cpu_map__for_each_cpu(cpu, tmp, cpus)
77 15 perf_cpu_map__put(cpus);
91 The *NULL* argument asks it to populate the object with the current online CPUs list:
95 8 cpus = perf_cpu_map__new(NULL);
101 15 perf_cpu_map__put(cpus);
103 The iteration through the *struct perf_cpumap* CPUs is done using the *perf_cpu_map__for_each_cpu*
108 - cpus - the *struct perf_cpumap* object
112 10 perf_cpu_map__for_each_cpu(cpu, tmp, cpus)