Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dtracing.cpp142 std::string printk_formats_file; member in simpleperf::TracingFile
179 return ReadTraceFsFile("/printk_formats", &printk_formats_file); in RecordPrintkFormatsFile()
206 AppendFile(ret, printk_formats_file, 4); in BinaryFormat()
246 DetachFile(p, printk_formats_file, 4); in LoadFromBinary()
274 PrintIndented(indent + 1, "printk_formats:\n%s\n\n", printk_formats_file.c_str()); in Dump()