Home
last modified time | relevance | path

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

/external/bcc/src/cc/
Dcommon.cc24 std::vector<int> read_cpu_range(std::string path) { in read_cpu_range() function
45 return read_cpu_range("/sys/devices/system/cpu/online"); in get_online_cpus()
49 return read_cpu_range("/sys/devices/system/cpu/possible"); in get_possible_cpus()