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.cpp46 auto it = printkFormats_.find(addr); in GetSymbol()
47 if (it != printkFormats_.end()) { in GetSymbol()
73 printkFormats_[addr] = symbol; in Parse()
76 return printkFormats_.size() > 0; in Parse()
/developtools/profiler/device/plugins/ftrace_plugin/test/unittest/
Dprintk_formats_parser_test.cpp101 PrintkFormatsParser::GetInstance().printkFormats_.clear(); in SetUp()
106 PrintkFormatsParser::GetInstance().printkFormats_.clear(); in TearDown()
175 for (auto& entry : PrintkFormatsParser::GetInstance().printkFormats_) {
/developtools/profiler/device/plugins/ftrace_plugin/include/
Dprintk_formats_parser.h35 std::unordered_map<uint64_t, std::string> printkFormats_ = {}; variable