Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Devent_type.cpp454 std::string cpumask_path = "/sys/bus/event_source/devices/" + pmu + "/cpumask"; in GetPmuCpumask() local
456 if (!android::base::ReadFileToString(cpumask_path, &cpumask_content)) { in GetPmuCpumask()