Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/hiebpf_plugin/tools/include/
Debpf_converter.h49 std::map<std::string, Record> record_; variable
/developtools/profiler/device/plugins/hiebpf_plugin/tools/src/
Debpf_converter.cpp272 record_[std::string(fileName)] = Record(fileName, symAddr, strAddr); in SymbolInfoParsing()
286 … << " strTabAddr: 0x" << std::hex << record_[info.fileName].strTabAddr << std::dec << '\n' in SymbolInfoParsing()
287 … << " symTabAddr: 0x" << std::hex << record_[info.fileName].symTabAddr << std::dec << '\n'; in SymbolInfoParsing()