Home
last modified time | relevance | path

Searched defs:id_path (Results 1 – 1 of 1) sorted by relevance

/system/extras/simpleperf/
Devent_type.cpp173 std::string id_path = system_path + "/" + event_name + "/id"; in LoadTypes() local
183 bool ReadEventId(const std::string& id_path, uint64_t* id) { in ReadEventId()