Home
last modified time | relevance | path

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

/developtools/smartperf_host/trace_streamer/src/filter/hook_filter/
Dnative_hook_filter.h150 void UpdateFilePathIndexToCallStackRowMap(size_t row, DataIndex filePathIndex);
Dnative_hook_filter.cpp721 UpdateFilePathIndexToCallStackRowMap(row, filePathIndex); in FillOfflineSymbolizationFrames()
1057 UpdateFilePathIndexToCallStackRowMap(row, filePathIndex); in ParseFramesInCallStackCompressedMode()
1086 UpdateFilePathIndexToCallStackRowMap(row, frameInfo->filePathIndex_); in ParseFramesWithOutCallStackCompressedMode()
1232 void NativeHookFilter::UpdateFilePathIndexToCallStackRowMap(size_t row, DataIndex filePathIndex) in UpdateFilePathIndexToCallStackRowMap() function in SysTuning::TraceStreamer::NativeHookFilter