Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Devent_type.cpp248 std::string format_content; in ParseEventFormats() local
249 if (!android::base::ReadFileToString(format_path, &format_content)) { in ParseEventFormats()
257 if (sscanf(format_content.c_str(), "config:%d", &shift) != 1) { in ParseEventFormats()
258 LOG(DEBUG) << "Invalid or unsupported event format: " << format_content; in ParseEventFormats()