Searched defs:system_path (Results 1 - 1 of 1) sorted by relevance

/system/extras/simpleperf/
H A Devent_type.cpp44 std::string system_path = tracepoint_dirname + "/" + system_name; local
45 for (const auto& event_name : GetSubDirs(system_path)) {
46 std::string id_path = system_path + "/" + event_name + "/id";

Completed in 40 milliseconds