Home
last modified time | relevance | path

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

/tools/perf/util/
Dcpumap.c12 static int max_node_num; variable
472 max_node_num = 8; in set_max_node_num()
485 ret = get_max_num(path, &max_node_num); in set_max_node_num()
489 pr_err("Failed to read max nodes, using default of %d\n", max_node_num); in set_max_node_num()
494 if (unlikely(!max_node_num)) in cpu__max_node()
497 return max_node_num; in cpu__max_node()