Home
last modified time | relevance | path

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

/aosp_15_r20/system/extras/simpleperf/
H A Dtracing.cpp139 std::string printk_formats_file; member in simpleperf::TracingFile
176 return ReadTraceFsFile("/printk_formats", &printk_formats_file); in RecordPrintkFormatsFile()
203 AppendFile(ret, printk_formats_file, 4); in BinaryFormat()
243 printk_formats_file = DetachFile(reader, 4); in LoadFromBinary()
271 PrintIndented(indent + 1, "printk_formats:\n%s\n\n", printk_formats_file.c_str()); in Dump()