Searched refs:any_cpu (Results 1 – 5 of 5) sorted by relevance
150 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()
1405 data->data->range_cpu_data.any_cpu = data->has_any_cpu; in perf_event__synthesize_stat_config()
1349 int any_cpu = raw_smp_processor_id(); in have_cpu_die() local1350 const struct cpu_operations *ops = get_cpu_ops(any_cpu); in have_cpu_die()
541 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() argument1061 mon_event_all[eventid].any_cpu = any_cpu; in resctrl_enable_mon_event()
237 * 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