Home
last modified time | relevance | path

Searched defs:symbolIndex (Results 1 – 7 of 7) sorted by relevance

/developtools/smartperf_host/trace_streamer/src/parser/ebpf_parser/
Debpf_base.cpp166 auto symbolIndex = GetSymbolNameIndexFromSymVaddr(itor->second, symVaddr); in GetSymbolSave() local
239 auto symbolIndex = traceDataCache_->GetDataIndex(dfxSymbol.GetName()); in EBPFReloadElfSymbolTable() local
Debpf_data_structure.h175 DataIndex symbolIndex = INVALID_UINT64; member
/developtools/smartperf_host/trace_streamer/src/table/hiperf/
Dperf_files_table.cpp126 auto symbolIndex = static_cast<size_t>(perfFilesObj_.Symbols()[CurrentRow()]); in Column() local
/developtools/smartperf_host/trace_streamer/src/filter/hook_filter/
Dnative_hook_filter.h40 uint64_t symbolIndex, in NativeHookFrameInfo()
Dnative_hook_filter.cpp103 void NativeHookFilter::AppendSymbolMap(uint32_t ipid, uint32_t symId, uint64_t symbolIndex) in AppendSymbolMap()
1039 auto symbolIndex = ipidToSymIdToSymIndex_.Find(curCacheIpid, reader.symbol_name_id()); in ParseFramesInCallStackCompressedMode() local
1169 auto symbolIndex = traceDataCache_->GetNativeHookFrameData()->SymbolNames()[i]; in GetCallIdToLastLibId() local
/developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/htrace/
Dnative_memory_stdtype.cpp183 DataIndex symbolIndex, in UpdateFrameInfo()
/developtools/smartperf_host/trace_streamer/src/parser/hiperf_parser/
Dperf_data_parser.cpp624 auto symbolIndex = traceDataCache_->dataDict_.GetStringIndex(symbol.GetName()); in UpdateSymbolAndFilesData() local