Home
last modified time | relevance | path

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

/developtools/smartperf_host/trace_streamer/src/parser/rawtrace_parser/
Dprintk_formats_processor.cpp23 PrintkFormatsProcessor &PrintkFormatsProcessor::GetInstance() in GetInstance()
25 static PrintkFormatsProcessor instance; in GetInstance()
29 PrintkFormatsProcessor::PrintkFormatsProcessor() {} in PrintkFormatsProcessor() function in SysTuning::TraceStreamer::PrintkFormatsProcessor
31 PrintkFormatsProcessor::~PrintkFormatsProcessor() {} in ~PrintkFormatsProcessor()
33 std::string PrintkFormatsProcessor::GetSymbol(uint64_t addr) in GetSymbol()
44 bool PrintkFormatsProcessor::HandlePrintkSyms(const std::string &printkFormats) in HandlePrintkSyms()
69 void PrintkFormatsProcessor::Clear() in Clear()
Dprintk_formats_processor.h23 class PrintkFormatsProcessor {
25 static PrintkFormatsProcessor &GetInstance();
31 PrintkFormatsProcessor();
32 ~PrintkFormatsProcessor();
Dftrace_field_processor.cpp86 curStr = PrintkFormatsProcessor::GetInstance().GetSymbol(curStrPtr); in HandleStrField()
Drawtrace_parser.cpp221 TS_CHECK_TRUE(PrintkFormatsProcessor::GetInstance().HandlePrintkSyms(buffer), false, in ParseLastCommData()
/developtools/smartperf_host/trace_streamer/test/unittest/rawtrace/
Drawtrace_parser_test.cpp155 EXPECT_TRUE(PrintkFormatsProcessor::GetInstance().HandlePrintkSyms(chunckStr_));
159 std::string sym = PrintkFormatsProcessor::GetInstance().GetSymbol(PRINTK_VALID_ADDR);
161 PrintkFormatsProcessor::GetInstance().Clear();
166 EXPECT_FALSE(PrintkFormatsProcessor::GetInstance().HandlePrintkSyms(errPrintkFormats));