Home
last modified time | relevance | path

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

/Linux-v5.10/tools/perf/util/
Dcpumap.h55 int cpu__max_node(void);
Dmmap.c105 if (affinity != PERF_AFFINITY_SYS && cpu__max_node() > 1) { in perf_mmap__aio_bind()
265 if (mp->affinity == PERF_AFFINITY_NODE && cpu__max_node() > 1) in perf_mmap__setup_affinity_mask()
Dcpumap.c371 int cpu__max_node(void) in cpu__max_node() function