Searched refs:symAddr (Results 1 - 4 of 4) sorted by relevance
/developtools/smartperf_host/trace_streamer/src/parser/ebpf_parser/ |
H A D | ebpf_data_reader.cpp | 150 auto symAddr = firstSymbolAddr + i; in AddSymbolsToTable() local 151 if ((symAddr->st_info & STT_FUNC) && symAddr->st_value) { in AddSymbolsToTable() 152 elfAddrAndStValueToSymAddr_.Insert(elfAddr, symAddr->st_value, reinterpret_cast<const uint8_t *>(symAddr)); in AddSymbolsToTable()
|
H A D | ebpf_base.cpp | 211 auto symAddr = firstSymbolAddr + i; in UpdateFilePathIndexAndStValueToSymAddrMap() local 212 if ((symAddr->st_info & STT_FUNC) && (symAddr->st_value)) { in UpdateFilePathIndexAndStValueToSymAddrMap() 213 filePathIndexAndStValueToSymAddr_.Insert(filePathIndex, symAddr->st_value, in UpdateFilePathIndexAndStValueToSymAddrMap() 214 reinterpret_cast<const uint8_t *>(symAddr)); in UpdateFilePathIndexAndStValueToSymAddrMap()
|
/developtools/smartperf_host/trace_streamer/src/filter/hook_filter/ |
H A D | native_hook_filter.cpp | 837 auto symAddr = firstSymbolAddr + i; in UpdateSymbolTablePtrAndStValueToSymAddrMap() local 838 if ((symAddr->st_info & STT_FUNC) && symAddr->st_value) { in UpdateSymbolTablePtrAndStValueToSymAddrMap() 839 symbolTablePtrAndStValueToSymAddr_.Insert(reader, symAddr->st_value, in UpdateSymbolTablePtrAndStValueToSymAddrMap() 840 reinterpret_cast<const uint8_t *>(symAddr)); in UpdateSymbolTablePtrAndStValueToSymAddrMap() 1212 auto symAddr = firstSymbolAddr + i; in UpdateFilePathIdAndStValueToSymAddrMap() local 1213 if ((symAddr->st_info & STT_FUNC) && (symAddr->st_value)) { in UpdateFilePathIdAndStValueToSymAddrMap() 1214 filePathIdAndStValueToSymAddr_.Insert(filePathId, symAddr->st_value, in UpdateFilePathIdAndStValueToSymAddrMap() 1215 reinterpret_cast<const uint8_t *>(symAddr)); in UpdateFilePathIdAndStValueToSymAddrMap() [all...] |
/developtools/profiler/device/plugins/hiebpf_plugin/tools/src/ |
H A D | ebpf_converter.cpp | 286 uint64_t symAddr = 0; in SymbolInfoParsing() local 326 symAddr = (uint64_t)ret; in SymbolInfoParsing() 349 record_[std::string(fileName)] = Record(fileName, symAddr, strAddr); in SymbolInfoParsing()
|
Completed in 5 milliseconds