Home
last modified time | relevance | path

Searched refs:any_cpu (Results 1 – 3 of 3) sorted by relevance

/linux/tools/perf/util/
H A Dcpumap.c150 u16 any_cpu = READ_ONCE(data->range_cpu_data.any_cpu); in cpu_map__from_range()
160 /* any_cpu is boolean (0 or 1), not a count — clamp to avoid inflated nr */ in cpu_map__new_data()
161 map = perf_cpu_map__empty_new(end_cpu - start_cpu + 1 + !!any_cpu); in cpu_map__new_data()
165 if (any_cpu) in cpu_map__new_data()
H A Dsynthetic-events.c1288 data->data->range_cpu_data.any_cpu = data->has_any_cpu; in synthesize_range_cpus()
/linux/tools/lib/perf/include/perf/
H A Devent.h237 * end_cpu. If any_cpu is 1, an any CPU (-1) value (aka dummy value) is present.
240 __u8 any_cpu;
233 __u8 any_cpu; global() member