Home
last modified time | relevance | path

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

/developtools/profiler/host/smartperf/trace_streamer/src/parser/ebpf_parser/
Dpaged_memory_data_parser.cpp53 … pidAndipsToCallId_.Insert(pagedMemoryFixedHeadrAddr->pid, ipsHashValue, callChainId_); in ParsePagedMemoryEvent()
54 currentCallId_ = callChainId_++; in ParsePagedMemoryEvent()
Dbio_latency_data_parser.cpp50 pidAndipsToCallId_.Insert(bioFixedHeadrAddr->pid, ipsHashValue, callChainId_); in ParseBioLatencyEvent()
51 currentCallId_ = callChainId_++; in ParseBioLatencyEvent()
Dfile_system_data_parser.cpp54 pidAndipsToCallId_.Insert(fsFixedHeadrAddr->pid, ipsHashValue, callChainId_); in ParseFileSystemEvent()
55 currentCallId_ = callChainId_++; in ParseFileSystemEvent()
Debpf_base.h61 uint64_t callChainId_ = 0; variable
/developtools/smartperf_host/trace_streamer/src/parser/ebpf_parser/
Dpaged_memory_data_parser.cpp54 … pidAndipsToCallId_.Insert(pagedMemoryFixedHeadrAddr->pid, ipsHashValue, callChainId_); in ParsePagedMemoryEvent()
55 currentCallId_ = callChainId_++; in ParsePagedMemoryEvent()
Dbio_latency_data_parser.cpp51 pidAndipsToCallId_.Insert(bioFixedHeadrAddr->pid, ipsHashValue, callChainId_); in ParseBioLatencyEvent()
52 currentCallId_ = callChainId_++; in ParseBioLatencyEvent()
Dfile_system_data_parser.cpp55 pidAndipsToCallId_.Insert(fsFixedHeadrAddr->pid, ipsHashValue, callChainId_); in ParseFileSystemEvent()
56 currentCallId_ = callChainId_++; in ParseFileSystemEvent()
Debpf_base.h61 uint64_t callChainId_ = 0; variable
/developtools/smartperf_host/trace_streamer/src/parser/hiperf_parser/
Dperf_data_parser.h73 uint32_t callChainId_ = 0; variable
Dperf_data_parser.cpp290 callChainId = ++callChainId_; in UpdatePerfCallChainData()
/developtools/profiler/host/smartperf/trace_streamer/src/parser/hiperf_parser/
Dperf_data_parser.h70 uint32_t callChainId_ = 0; variable
Dperf_data_parser.cpp288 callChainId = ++callChainId_; in UpdatePerfCallChainData()
/developtools/smartperf_host/trace_streamer/test/unittest/
Dnative_hook_parser_test.cpp98 : callChainId_(callChainId), in NativeHookCache()
119 callChainId_ = nativeHook.CallChainIds()[index]; in NativeHookCache()
137 if (nativeHookCache.GetCallChainId() != callChainId_) { in operator ==()
138 TS_LOGE("callChainId_ = %lu, nativeHookCache.GetCallChainId() = %lu", callChainId_, in operator ==()
195 return callChainId_; in GetCallChainId()
243 uint64_t callChainId_; member in SysTuning::TraceStreamer::NativeHookCache
267 : callChainId_(callChainId), in NativeHookFrameCache()
285 callChainId_ = nativeHookFrame.CallChainIds()[index]; in NativeHookFrameCache()
300 if (frameCache.GetCallChainId() != callChainId_) { in operator ==()
301 …TS_LOGE("callChainId_ = %lu, frameCache.GetCallChainId() = %lu", callChainId_, frameCache.GetCallC… in operator ==()
[all …]
/developtools/smartperf_host/trace_streamer/src/filter/
Dnative_hook_filter.h154 uint32_t callChainId_ = 0; variable
Dnative_hook_filter.cpp509 stackIdToCallChainIdMap_.insert(std::make_pair(mapItor->first, ++callChainId_)); in FillOfflineSymbolizationFrames()
524callChainId_, depth, frameInfo->ip_, INVALID_UINT64, frameInfo->symbolIndex_, filePathIndex, in FillOfflineSymbolizationFrames()
/developtools/profiler/host/smartperf/trace_streamer/src/filter/
Dnative_hook_filter.h154 uint32_t callChainId_ = 0; variable
Dnative_hook_filter.cpp501 stackIdToCallChainIdMap_.insert(std::make_pair(mapItor->first, ++callChainId_)); in FillOfflineSymbolizationFrames()
516callChainId_, depth, frameInfo->ip_, INVALID_UINT64, frameInfo->symbolIndex_, filePathIndex, in FillOfflineSymbolizationFrames()