Home
last modified time | relevance | path

Searched refs:UpdateFilePathIndexToCallStackRowMap (Results 1 – 2 of 2) sorted by relevance

/developtools/smartperf_host/trace_streamer/src/filter/
Dnative_hook_filter.h143 void UpdateFilePathIndexToCallStackRowMap(size_t row, DataIndex filePathIndex);
Dnative_hook_filter.cpp629 UpdateFilePathIndexToCallStackRowMap(row, filePathIndex); in FillOfflineSymbolizationFrames()
924 UpdateFilePathIndexToCallStackRowMap(row, filePathIndex); in ParseFramesInCallStackCompressedMode()
948 UpdateFilePathIndexToCallStackRowMap(row, frameInfo->filePathIndex_); in ParseFramesWithOutCallStackCompressedMode()
1106 void NativeHookFilter::UpdateFilePathIndexToCallStackRowMap(size_t row, DataIndex filePathIndex) in UpdateFilePathIndexToCallStackRowMap() function in SysTuning::TraceStreamer::NativeHookFilter