Home
last modified time | relevance | path

Searched refs:depth_ (Results 1 – 5 of 5) sorted by relevance

/developtools/smartperf_host/trace_streamer/src/parser/hiperf_parser/
Dperf_data_parser.h64 : depth_(depth), vaddrInFile_(vaddr), fileId_(fileId), symbolId_(symbolId) in CallStackTemp()
68 uint32_t depth_ = 0; variable
Dperf_data_parser.cpp275 … ret = frameToCallChainId_.Find(callstack->fileId_, callstack->symbolId_, callstack->depth_, size); in UpdatePerfCallChainData()
293 frameToCallChainId_.Insert(callstack->fileId_, callstack->symbolId_, callstack->depth_, in UpdatePerfCallChainData()
296 …callChainId, callstack->depth_, callstack->vaddrInFile_, callstack->fileId_, callstack->symbolId_); in UpdatePerfCallChainData()
/developtools/profiler/host/smartperf/trace_streamer/src/parser/hiperf_parser/
Dperf_data_parser.h61 : depth_(depth), vaddrInFile_(vaddr), fileId_(fileId), symbolId_(symbolId) in CallStackTemp()
65 uint32_t depth_ = 0; variable
Dperf_data_parser.cpp273 … ret = frameToCallChainId_.Find(callstack->fileId_, callstack->symbolId_, callstack->depth_, size); in UpdatePerfCallChainData()
291 frameToCallChainId_.Insert(callstack->fileId_, callstack->symbolId_, callstack->depth_, in UpdatePerfCallChainData()
294 …callChainId, callstack->depth_, callstack->vaddrInFile_, callstack->fileId_, callstack->symbolId_); in UpdatePerfCallChainData()
/developtools/smartperf_host/trace_streamer/test/unittest/
Dnative_hook_parser_test.cpp268 depth_(depth), in NativeHookFrameCache()
286 depth_ = nativeHookFrame.Depths()[index]; in NativeHookFrameCache()
304 if (frameCache.GetDepth() != depth_) { in operator ==()
305 TS_LOGE("depth_ = %lu, frameCache.GetDepth() = %lu", depth_, frameCache.GetDepth()); in operator ==()
340 return depth_; in GetDepth()
369 uint64_t depth_; member in SysTuning::TraceStreamer::NativeHookFrameCache