Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/arch/arm/util/
H A Dcs-etm.c201 struct perf_cpu_map *event_cpus = evsel->evlist->core.user_requested_cpus; in cs_etm_validate_config() local
208 if (!perf_cpu_map__has(event_cpus, cpu) || in cs_etm_validate_config()
520 struct perf_cpu_map *event_cpus = evlist->core.user_requested_cpus; in cs_etm_info_priv_size() local
524 if (!perf_cpu_map__empty(event_cpus)) { in cs_etm_info_priv_size()
528 if (!perf_cpu_map__has(event_cpus, cpu) || in cs_etm_info_priv_size()
786 struct perf_cpu_map *event_cpus = session->evlist->core.user_requested_cpus; in cs_etm_info_fill() local
799 if (perf_cpu_map__empty(event_cpus)) { in cs_etm_info_fill()
803 for (i = 0; i < perf_cpu_map__nr(event_cpus); i++) { in cs_etm_info_fill()
806 if (perf_cpu_map__has(event_cpus, cpu) && in cs_etm_info_fill()
811 cpu_map = event_cpus; in cs_etm_info_fill()
/openbmc/linux/tools/perf/scripts/python/
H A 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: