Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dtool_pmu.c116 static struct perf_cpu_map *cpu0_map; in tool_pmu__cpus() local
126 if (!cpu0_map) in tool_pmu__cpus()
127 cpu0_map = perf_cpu_map__new_int(0); in tool_pmu__cpus()
128 return perf_cpu_map__get(cpu0_map); in tool_pmu__cpus()