Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/ftrace_plugin/src/
Dprintk_formats_parser.cpp53 bool PrintkFormatsParser::Parse(const std::string& printkFormats) in Parse() argument
55 std::stringstream sin(printkFormats); in Parse()
Dftrace_parser.cpp86 std::string printkFormats = FtraceFsOps::GetInstance().GetPrintkFormats(); in Init() local
87 CHECK_TRUE(printkFormats.size() > 0, false, "read printk_formats failed!"); in Init()
88 …CHECK_TRUE(PrintkFormatsParser::GetInstance().Parse(printkFormats), false, "parse printk_formats f… in Init()
/developtools/profiler/device/plugins/ftrace_plugin/include/
Dprintk_formats_parser.h29 bool Parse(const std::string& printkFormats);