Home
last modified time | relevance | path

Searched refs:printkFormats (Results 1 – 5 of 5) 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.cpp69 std::string printkFormats = FtraceFsOps::GetInstance().GetPrintkFormats(); in Init() local
70 CHECK_TRUE(printkFormats.size() > 0, false, "read printk_formats failed!"); in Init()
71 …CHECK_TRUE(PrintkFormatsParser::GetInstance().Parse(printkFormats), false, "parse printk_formats f… in Init()
/developtools/smartperf_host/trace_streamer/src/parser/rawtrace_parser/
Dprintk_formats_processor.cpp44 bool PrintkFormatsProcessor::HandlePrintkSyms(const std::string &printkFormats) in HandlePrintkSyms() argument
46 std::stringstream prinktkFormatStream(printkFormats); in HandlePrintkSyms()
Dprintk_formats_processor.h27 bool HandlePrintkSyms(const std::string &printkFormats);
/developtools/profiler/device/plugins/ftrace_plugin/include/
Dprintk_formats_parser.h29 bool Parse(const std::string& printkFormats);