Home
last modified time | relevance | path

Searched refs: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
175 if (ReadEventId(id_path, &id)) { in LoadTypes()
183 bool ReadEventId(const std::string& id_path, uint64_t* id) { in ReadEventId() argument
185 if (!android::base::ReadFileToString(id_path, &id_content)) { in ReadEventId()
189 LOG(DEBUG) << "unexpected id '" << id_content << "' in " << id_path; in ReadEventId()