Searched refs:symAddr (Results 1 – 7 of 7) sorted by relevance
| /developtools/smartperf_host/trace_streamer/src/parser/ebpf_parser/ |
| D | ebpf_data_reader.cpp | 156 auto symAddr = firstSymbolAddr + i; in AddSymbolsToTable() local 157 if ((symAddr->st_info & STT_FUNC) && symAddr->st_value) { in AddSymbolsToTable() 158 …elfAddrAndStValueToSymAddr_.Insert(elfAddr, symAddr->st_value, reinterpret_cast<const uint8_t*>(sy… in AddSymbolsToTable() 228 auto symAddr = firstSymbolAddr + i; in AppendSymbolsToTable() local 229 if ((symAddr->st_info & STT_FUNC) && symAddr->st_value) { in AppendSymbolsToTable() 230 … traceDataCache_->GetEbpfElfSymbol()->AppendNewData(elfId_, symAddr->st_name, symAddr->st_value, in AppendSymbolsToTable() 231 symAddr->st_size); in AppendSymbolsToTable()
|
| D | ebpf_base.cpp | 187 auto symAddr = firstSymbolAddr + i; in UpdateFilePathIndexAndStValueToSymAddrMap() local 188 if ((symAddr->st_info & STT_FUNC) && (symAddr->st_value)) { in UpdateFilePathIndexAndStValueToSymAddrMap() 189 filePathIndexAndStValueToSymAddr_.Insert(filePathIndex, symAddr->st_value, in UpdateFilePathIndexAndStValueToSymAddrMap() 190 reinterpret_cast<const uint8_t*>(symAddr)); in UpdateFilePathIndexAndStValueToSymAddrMap()
|
| /developtools/profiler/host/smartperf/trace_streamer/src/parser/ebpf_parser/ |
| D | ebpf_data_reader.cpp | 155 auto symAddr = firstSymbolAddr + i; in AddSymbolsToTable() local 156 if ((symAddr->st_info & STT_FUNC) && symAddr->st_value) { in AddSymbolsToTable() 157 …elfAddrAndStValueToSymAddr_.Insert(elfAddr, symAddr->st_value, reinterpret_cast<const uint8_t*>(sy… in AddSymbolsToTable() 227 auto symAddr = firstSymbolAddr + i; in AppendSymbolsToTable() local 228 if ((symAddr->st_info & STT_FUNC) && symAddr->st_value) { in AppendSymbolsToTable() 229 … traceDataCache_->GetEbpfElfSymbol()->AppendNewData(elfId_, symAddr->st_name, symAddr->st_value, in AppendSymbolsToTable() 230 symAddr->st_size); in AppendSymbolsToTable()
|
| D | ebpf_base.cpp | 183 auto symAddr = firstSymbolAddr + i; in UpdateFilePathIndexAndStValueToSymAddrMap() local 184 if ((symAddr->st_info & STT_FUNC) && (symAddr->st_value)) { in UpdateFilePathIndexAndStValueToSymAddrMap() 185 filePathIndexAndStValueToSymAddr_.Insert(filePathIndex, symAddr->st_value, in UpdateFilePathIndexAndStValueToSymAddrMap() 186 reinterpret_cast<const uint8_t*>(symAddr)); in UpdateFilePathIndexAndStValueToSymAddrMap()
|
| /developtools/profiler/host/smartperf/trace_streamer/src/filter/ |
| D | native_hook_filter.cpp | 605 auto symAddr = firstSymbolAddr + i; in UpdateSymbolTablePtrAndStValueToSymAddrMap() local 606 if ((symAddr->st_info & STT_FUNC) && symAddr->st_value) { in UpdateSymbolTablePtrAndStValueToSymAddrMap() 607 symbolTablePtrAndStValueToSymAddr_.Insert(reader, symAddr->st_value, in UpdateSymbolTablePtrAndStValueToSymAddrMap() 608 reinterpret_cast<const uint8_t*>(symAddr)); in UpdateSymbolTablePtrAndStValueToSymAddrMap() 891 auto symAddr = firstSymbolAddr + i; in UpdateFilePathIdAndStValueToSymAddrMap() local 892 if ((symAddr->st_info & STT_FUNC) && (symAddr->st_value)) { in UpdateFilePathIdAndStValueToSymAddrMap() 893 filePathIdAndStValueToSymAddr_.Insert(filePathId, symAddr->st_value, in UpdateFilePathIdAndStValueToSymAddrMap() 894 reinterpret_cast<const uint8_t*>(symAddr)); in UpdateFilePathIdAndStValueToSymAddrMap()
|
| /developtools/smartperf_host/trace_streamer/src/filter/ |
| D | native_hook_filter.cpp | 613 auto symAddr = firstSymbolAddr + i; in UpdateSymbolTablePtrAndStValueToSymAddrMap() local 614 if ((symAddr->st_info & STT_FUNC) && symAddr->st_value) { in UpdateSymbolTablePtrAndStValueToSymAddrMap() 615 symbolTablePtrAndStValueToSymAddr_.Insert(reader, symAddr->st_value, in UpdateSymbolTablePtrAndStValueToSymAddrMap() 616 reinterpret_cast<const uint8_t*>(symAddr)); in UpdateSymbolTablePtrAndStValueToSymAddrMap() 899 auto symAddr = firstSymbolAddr + i; in UpdateFilePathIdAndStValueToSymAddrMap() local 900 if ((symAddr->st_info & STT_FUNC) && (symAddr->st_value)) { in UpdateFilePathIdAndStValueToSymAddrMap() 901 filePathIdAndStValueToSymAddr_.Insert(filePathId, symAddr->st_value, in UpdateFilePathIdAndStValueToSymAddrMap() 902 reinterpret_cast<const uint8_t*>(symAddr)); in UpdateFilePathIdAndStValueToSymAddrMap()
|
| /developtools/profiler/device/plugins/hiebpf_plugin/tools/src/ |
| D | ebpf_converter.cpp | 238 uint64_t symAddr = 0; in SymbolInfoParsing() local 262 symAddr = (uint64_t)ret; in SymbolInfoParsing() 272 record_[std::string(fileName)] = Record(fileName, symAddr, strAddr); in SymbolInfoParsing()
|