Lines Matching defs:cpus
105 struct perf_cpu_map *cpus;
108 cpus = perf_cpu_map__new("0,2-20");
111 !perf_event__synthesize_cpu_map(NULL, cpus, process_event_mask, NULL));
113 perf_cpu_map__put(cpus);
116 cpus = perf_cpu_map__new("1,256");
119 !perf_event__synthesize_cpu_map(NULL, cpus, process_event_cpus, NULL));
121 perf_cpu_map__put(cpus);
124 cpus = perf_cpu_map__new("1-256");
127 !perf_event__synthesize_cpu_map(NULL, cpus, process_event_range_cpus, NULL));
129 perf_cpu_map__put(cpus);