Searched refs:event_cpus (Results 1 – 2 of 2) sorted by relevance
202 struct perf_cpu_map *event_cpus = evsel->evlist->core.user_requested_cpus; in cs_etm_set_option() local209 if (!perf_cpu_map__has(event_cpus, cpu) || in cs_etm_set_option()526 struct perf_cpu_map *event_cpus = evlist->core.user_requested_cpus; in cs_etm_info_priv_size() local530 if (!perf_cpu_map__empty(event_cpus)) { in cs_etm_info_priv_size()534 if (!perf_cpu_map__has(event_cpus, cpu) || in cs_etm_info_priv_size()717 struct perf_cpu_map *event_cpus = session->evlist->core.user_requested_cpus; in cs_etm_info_fill() local730 if (perf_cpu_map__empty(event_cpus)) { in cs_etm_info_fill()734 for (i = 0; i < perf_cpu_map__nr(event_cpus); i++) { in cs_etm_info_fill()737 if (perf_cpu_map__has(event_cpus, cpu) && in cs_etm_info_fill()742 cpu_map = event_cpus; in cs_etm_info_fill()
167 self.event_cpus = []189 self.event_cpus = [cpu]207 self.event_cpus.append(old_cpu)208 self.event_cpus.append(new_cpu)222 self.event_cpus = [cpu]295 if cpu in slice.event_cpus: