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/
H A Debpf_converter.h51 std::map<std::string, Record> record_; member in OHOS::EBPF_TOOLS::EbpfConverter
/developtools/profiler/device/plugins/hiebpf_plugin/tools/src/
H A Debpf_converter.cpp349 record_[std::string(fileName)] = Record(fileName, symAddr, strAddr); in SymbolInfoParsing()
363 << " strTabAddr: 0x" << std::hex << record_[info.fileName].strTabAddr << std::dec << '\n' in SymbolInfoParsing()
364 << " symTabAddr: 0x" << std::hex << record_[info.fileName].symTabAddr << std::dec << '\n'; in SymbolInfoParsing()

Completed in 2 milliseconds