Searched refs:callChainId_ (Results 1 – 9 of 9) sorted by relevance
| /developtools/smartperf_host/trace_streamer/src/parser/ebpf_parser/ |
| D | paged_memory_data_parser.cpp | 87 … pidAndipsToCallId_.Insert(pagedMemoryFixedHeadrAddr->pid, ipsHashValue, callChainId_); in ParsePagedMemoryEvent() 88 currentCallId_ = callChainId_++; in ParsePagedMemoryEvent()
|
| D | bio_latency_data_parser.cpp | 46 pidAndipsToCallId_.Insert(bioFixedHeadrAddr->pid, ipsHashValue, callChainId_); in IPAndCallIdProcessing() 47 currentCallId_ = callChainId_++; in IPAndCallIdProcessing()
|
| D | file_system_data_parser.cpp | 46 pidAndipsToCallId_.Insert(fsFixedHeadrAddr->pid, ipsHashValue, callChainId_); in IpAndCallidFind() 47 currentCallId_ = callChainId_++; in IpAndCallidFind()
|
| D | ebpf_base.h | 64 uint64_t callChainId_ = 0; variable
|
| /developtools/smartperf_host/trace_streamer/test/unittest/htrace/native_memory/ |
| D | native_hook_parser_test.cpp | 282 : 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/ |
| D | perf_data_parser.h | 151 uint32_t callChainId_ = 0; variable
|
| D | perf_data_parser.cpp | 623 callChainId = ++callChainId_; in UpdateCallChainUnCompressed()
|
| /developtools/smartperf_host/trace_streamer/src/filter/ |
| D | native_hook_filter.h | 180 uint32_t callChainId_ = 0; variable
|
| D | native_hook_filter.cpp | 613 stackIdToCallChainIdMap_.insert(std::make_pair(mapItor->first, ++callChainId_)); in FillOfflineSymbolizationFrames() 627 … callChainId_, depth++, frameInfo->ip_, frameInfo->symbolIndex_, filePathIndex, frameInfo->offset_, in FillOfflineSymbolizationFrames()
|