| /developtools/profiler/host/smartperf/trace_streamer/src/parser/ebpf_parser/ |
| D | paged_memory_data_parser.cpp | 53 … pidAndipsToCallId_.Insert(pagedMemoryFixedHeadrAddr->pid, ipsHashValue, callChainId_); in ParsePagedMemoryEvent() 54 currentCallId_ = callChainId_++; in ParsePagedMemoryEvent()
|
| D | bio_latency_data_parser.cpp | 50 pidAndipsToCallId_.Insert(bioFixedHeadrAddr->pid, ipsHashValue, callChainId_); in ParseBioLatencyEvent() 51 currentCallId_ = callChainId_++; in ParseBioLatencyEvent()
|
| D | file_system_data_parser.cpp | 54 pidAndipsToCallId_.Insert(fsFixedHeadrAddr->pid, ipsHashValue, callChainId_); in ParseFileSystemEvent() 55 currentCallId_ = callChainId_++; in ParseFileSystemEvent()
|
| D | ebpf_base.h | 61 uint64_t callChainId_ = 0; variable
|
| /developtools/smartperf_host/trace_streamer/src/parser/ebpf_parser/ |
| D | paged_memory_data_parser.cpp | 54 … pidAndipsToCallId_.Insert(pagedMemoryFixedHeadrAddr->pid, ipsHashValue, callChainId_); in ParsePagedMemoryEvent() 55 currentCallId_ = callChainId_++; in ParsePagedMemoryEvent()
|
| D | bio_latency_data_parser.cpp | 51 pidAndipsToCallId_.Insert(bioFixedHeadrAddr->pid, ipsHashValue, callChainId_); in ParseBioLatencyEvent() 52 currentCallId_ = callChainId_++; in ParseBioLatencyEvent()
|
| D | file_system_data_parser.cpp | 55 pidAndipsToCallId_.Insert(fsFixedHeadrAddr->pid, ipsHashValue, callChainId_); in ParseFileSystemEvent() 56 currentCallId_ = callChainId_++; in ParseFileSystemEvent()
|
| D | ebpf_base.h | 61 uint64_t callChainId_ = 0; variable
|
| /developtools/smartperf_host/trace_streamer/src/parser/hiperf_parser/ |
| D | perf_data_parser.h | 73 uint32_t callChainId_ = 0; variable
|
| D | perf_data_parser.cpp | 290 callChainId = ++callChainId_; in UpdatePerfCallChainData()
|
| /developtools/profiler/host/smartperf/trace_streamer/src/parser/hiperf_parser/ |
| D | perf_data_parser.h | 70 uint32_t callChainId_ = 0; variable
|
| D | perf_data_parser.cpp | 288 callChainId = ++callChainId_; in UpdatePerfCallChainData()
|
| /developtools/smartperf_host/trace_streamer/test/unittest/ |
| D | native_hook_parser_test.cpp | 98 : 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/ |
| D | native_hook_filter.h | 154 uint32_t callChainId_ = 0; variable
|
| D | native_hook_filter.cpp | 509 stackIdToCallChainIdMap_.insert(std::make_pair(mapItor->first, ++callChainId_)); in FillOfflineSymbolizationFrames() 524 … callChainId_, depth, frameInfo->ip_, INVALID_UINT64, frameInfo->symbolIndex_, filePathIndex, in FillOfflineSymbolizationFrames()
|
| /developtools/profiler/host/smartperf/trace_streamer/src/filter/ |
| D | native_hook_filter.h | 154 uint32_t callChainId_ = 0; variable
|
| D | native_hook_filter.cpp | 501 stackIdToCallChainIdMap_.insert(std::make_pair(mapItor->first, ++callChainId_)); in FillOfflineSymbolizationFrames() 516 … callChainId_, depth, frameInfo->ip_, INVALID_UINT64, frameInfo->symbolIndex_, filePathIndex, in FillOfflineSymbolizationFrames()
|