Home
last modified time | relevance | path

Searched refs:event_cpus (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/tools/perf/arch/arm/util/
Dcs-etm.c290 struct cpu_map *event_cpus = evlist->cpus; in cs_etm_info_priv_size() local
294 if (!cpu_map__empty(event_cpus)) { in cs_etm_info_priv_size()
296 if (!cpu_map__has(event_cpus, i) || in cs_etm_info_priv_size()
450 struct cpu_map *event_cpus = session->evlist->cpus; in cs_etm_info_fill() local
463 if (cpu_map__empty(event_cpus)) { in cs_etm_info_fill()
467 for (i = 0; i < cpu_map__nr(event_cpus); i++) { in cs_etm_info_fill()
468 if (cpu_map__has(event_cpus, i) && in cs_etm_info_fill()
473 cpu_map = event_cpus; in cs_etm_info_fill()
/Linux-v4.19/tools/perf/scripts/python/
Dsched-migration.py169 self.event_cpus = []
191 self.event_cpus = [cpu]
209 self.event_cpus.append(old_cpu)
210 self.event_cpus.append(new_cpu)
224 self.event_cpus = [cpu]
297 if cpu in slice.event_cpus: