Home
last modified time | relevance | path

Searched refs:strAddr (Results 1 – 3 of 3) sorted by relevance

/developtools/smartperf_host/trace_streamer/src/parser/ebpf_parser/
Debpf_data_reader.cpp323 auto strAddr = const_cast<char*>(reinterpret_cast<const char*>(strFixedHeaderAddr + 1)); in ReadItemEventStr() local
329 strAddr[strFixedHeaderAddr->strLen - 1] = '\0'; in ReadItemEventStr()
330 auto strIndex = traceDataCache_->GetDataIndex(strAddr); in ReadItemEventStr()
/developtools/profiler/host/smartperf/trace_streamer/src/parser/ebpf_parser/
Debpf_data_reader.cpp322 auto strAddr = const_cast<char*>(reinterpret_cast<const char*>(strFixedHeaderAddr + 1)); in ReadItemEventStr() local
328 strAddr[strFixedHeaderAddr->strLen - 1] = '\0'; in ReadItemEventStr()
329 auto strIndex = traceDataCache_->GetDataIndex(strAddr); in ReadItemEventStr()
/developtools/profiler/device/plugins/hiebpf_plugin/tools/src/
Debpf_converter.cpp237 uint64_t strAddr = 0; in SymbolInfoParsing() local
250 strAddr = (uint64_t)ret; in SymbolInfoParsing()
272 record_[std::string(fileName)] = Record(fileName, symAddr, strAddr); in SymbolInfoParsing()