Home
last modified time | relevance | path

Searched refs:callChainId_ (Results 1 – 9 of 9) sorted by relevance

/developtools/smartperf_host/trace_streamer/src/parser/ebpf_parser/
Dpaged_memory_data_parser.cpp87 … pidAndipsToCallId_.Insert(pagedMemoryFixedHeadrAddr->pid, ipsHashValue, callChainId_); in ParsePagedMemoryEvent()
88 currentCallId_ = callChainId_++; in ParsePagedMemoryEvent()
Dbio_latency_data_parser.cpp46 pidAndipsToCallId_.Insert(bioFixedHeadrAddr->pid, ipsHashValue, callChainId_); in IPAndCallIdProcessing()
47 currentCallId_ = callChainId_++; in IPAndCallIdProcessing()
Dfile_system_data_parser.cpp46 pidAndipsToCallId_.Insert(fsFixedHeadrAddr->pid, ipsHashValue, callChainId_); in IpAndCallidFind()
47 currentCallId_ = callChainId_++; in IpAndCallidFind()
Debpf_base.h64 uint64_t callChainId_ = 0; variable
/developtools/smartperf_host/trace_streamer/test/unittest/htrace/native_memory/
Dnative_hook_parser_test.cpp282 : callChainId_(callChainId), in NativeHookCache()
303 callChainId_ = nativeHook.CallChainIds()[index]; in NativeHookCache()
322 ret &= IsEqual(nativeHookCache.GetCallChainId(), callChainId_, "CallChainId"); in operator ==()
338 return callChainId_; in GetCallChainId()
386 uint64_t callChainId_; member in SysTuning::TraceStreamer::NativeHookCache
409 : callChainId_(callChainId), in NativeHookFrameCache()
426 callChainId_ = nativeHookFrame.CallChainIds()[index]; in NativeHookFrameCache()
441 ret &= IsEqual(frameCache.GetCallChainId(), callChainId_, "CallChainId"); in operator ==()
452 return callChainId_; in GetCallChainId()
480 uint64_t callChainId_; member in SysTuning::TraceStreamer::NativeHookFrameCache
/developtools/smartperf_host/trace_streamer/src/parser/hiperf_parser/
Dperf_data_parser.h151 uint32_t callChainId_ = 0; variable
Dperf_data_parser.cpp623 callChainId = ++callChainId_; in UpdateCallChainUnCompressed()
/developtools/smartperf_host/trace_streamer/src/filter/
Dnative_hook_filter.h180 uint32_t callChainId_ = 0; variable
Dnative_hook_filter.cpp613 stackIdToCallChainIdMap_.insert(std::make_pair(mapItor->first, ++callChainId_)); in FillOfflineSymbolizationFrames()
627callChainId_, depth++, frameInfo->ip_, frameInfo->symbolIndex_, filePathIndex, frameInfo->offset_, in FillOfflineSymbolizationFrames()