Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/arch/arm/util/
Dcs-etm.c202 struct perf_cpu_map *event_cpus = evsel->evlist->core.user_requested_cpus; in cs_etm_set_option() local
209 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() local
530 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() local
730 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()
/Linux-v6.1/tools/perf/scripts/python/
Dsched-migration.py167 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: