Searched refs:max_present_cpu_num (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/perf/util/
H A Dcpumap.c18 static struct perf_cpu max_present_cpu_num; variable in typeref:struct:perf_cpu
436 max_present_cpu_num.cpu = 4096;
460 ret = get_max_num(path, &max_present_cpu_num.cpu);
513 if (unlikely(!max_present_cpu_num.cpu))
516 return max_present_cpu_num;

Completed in 1034 milliseconds