Home
last modified time | relevance | path

Searched refs:cpu_map__online (Results 1 – 10 of 10) sorted by relevance

/tools/perf/arch/arm/util/
A Dpmu.c21 struct perf_cpu_map *intersect, *online = cpu_map__online(); in perf_pmu__arch_init()
/tools/perf/util/
A Dcpumap.h58 struct perf_cpu_map *cpu_map__online(void); /* thread unsafe */
A Dmmap.c247 struct perf_cpu_map *cpu_map = cpu_map__online(); in build_node_mask()
A Dtool_pmu.c370 struct perf_cpu_map *online = cpu_map__online(); in tool_pmu__read_event()
A Dcpumap.c718 struct perf_cpu_map *cpu_map__online(void) /* thread unsafe */ in cpu_map__online() function
A Dparse-events.c147 term_cpus = pmu->is_core ? cpu_map__online() : NULL; in get_config_cpu()
263 pmu_cpus = cpu_map__online(); in __add_event()
267 pmu_cpus = is_pmu_core ? cpu_map__online() : NULL; in __add_event()
A Dmem-events.c306 if (!perf_cpu_map__equal(cpu_map, cpu_map__online())) { in perf_mem_events__record_args()
A Dpmu.c834 return is_core ? cpu_map__online() : NULL; in pmu_cpumask()
1290 pmu->cpus = cpu_map__online(); in perf_pmu__create_placeholder_core_pmu()
A Devsel.c4112 online = cpu_map__online(); in evsel__warn_user_requested_cpus()
/tools/perf/tests/
A Dmmap-basic.c364 struct perf_cpu_map *cpus = cpu_map__online(); in test_stat_user_read()

Completed in 27 milliseconds