Home
last modified time | relevance | path

Searched refs:any_cpu (Results 1 – 5 of 5) 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.c1405 data->data->range_cpu_data.any_cpu = data->has_any_cpu; in perf_event__synthesize_stat_config()
/linux/arch/arm64/kernel/
H A Dsmp.c1349 int any_cpu = raw_smp_processor_id(); in have_cpu_die() local
1350 const struct cpu_operations *ops = get_cpu_ops(any_cpu); in have_cpu_die()
/linux/fs/resctrl/
H A Dmonitor.c541 WARN_ON_ONCE(rr->evt->any_cpu); in __mon_event_count()
1046 bool resctrl_enable_mon_event(enum resctrl_event_id eventid, bool any_cpu, in resctrl_enable_mon_event() argument
1061 mon_event_all[eventid].any_cpu = any_cpu; in resctrl_enable_mon_event()
/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