Home
last modified time | relevance | path

Searched refs:event_cpus (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/arch/arm/util/
H A Dcs-etm.c163 struct perf_cpu_map *event_cpus = evsel->evlist->core.cpus; in cs_etm_set_option() local
168 if (!cpu_map__has(event_cpus, i) || in cs_etm_set_option()
498 struct perf_cpu_map *event_cpus = evlist->core.cpus; in cs_etm_info_priv_size() local
502 if (!perf_cpu_map__empty(event_cpus)) { in cs_etm_info_priv_size()
504 if (!cpu_map__has(event_cpus, i) || in cs_etm_info_priv_size()
645 struct perf_cpu_map *event_cpus = session->evlist->core.cpus; in cs_etm_info_fill() local
658 if (perf_cpu_map__empty(event_cpus)) { in cs_etm_info_fill()
662 for (i = 0; i < perf_cpu_map__nr(event_cpus); i++) { in cs_etm_info_fill()
663 if (cpu_map__has(event_cpus, i) && in cs_etm_info_fill()
668 cpu_map = event_cpus; in cs_etm_info_fill()
[all...]
/kernel/linux/linux-6.6/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()
[all...]
/kernel/linux/linux-5.10/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:
/kernel/linux/linux-6.6/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:

Completed in 5 milliseconds