Home
last modified time | relevance | path

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

/linux/tools/perf/arch/arm/util/
H A Dpmu.c21 struct perf_cpu_map *intersect, *online = cpu_map__online(); in perf_pmu__arch_init()
/linux/tools/perf/util/
H A Dcpumap.h58 struct perf_cpu_map *cpu_map__online(void); /* thread unsafe */
H A Dmmap.c248 struct perf_cpu_map *cpu_map = cpu_map__online(); in build_node_mask()
H A Dtool_pmu.c374 struct perf_cpu_map *online = cpu_map__online(); in tool_pmu__read_event()
H A Dparse-events.c109 ? cpu_map__online() in get_config_cpu()
118 term_cpus = cpu_map__online(); in get_config_cpu()
233 pmu_cpus = cpu_map__online(); in __add_event()
237 pmu_cpus = is_pmu_core ? cpu_map__online() : NULL; in __add_event()
H A Dcpumap.c723 struct perf_cpu_map *cpu_map__online(void) /* thread unsafe */ in cpu_map__online() function
H A Dmem-events.c306 struct perf_cpu_map *online = cpu_map__online(); in perf_mem_events__record_args()
H A Dpmu.c843 return is_core ? cpu_map__online() : NULL; in pmu_cpumask()
1304 pmu->cpus = cpu_map__online(); in perf_pmu__create_placeholder_core_pmu()
H A Devsel.c4392 online = cpu_map__online(); in evsel__warn_user_requested_cpus()
/linux/tools/perf/tests/
H A Dmmap-basic.c364 struct perf_cpu_map *cpus = cpu_map__online(); in test_stat_user_read()