Searched refs:event_cpus (Results 1 – 2 of 2) sorted by relevance
290 struct cpu_map *event_cpus = evlist->cpus; in cs_etm_info_priv_size() local294 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() local463 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()
169 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: