Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_daemon/include/
Dstack_preprocess.h105 void SetAllocStatisticsData(const RawStackPtr& rawStack, size_t stackId, bool isExists = false);
/developtools/profiler/device/plugins/native_daemon/src/
Dstack_preprocess.cpp421 SetAllocStatisticsData(rawStack, itStack->second, true); in SetAllocStatisticsFrame()
424 SetAllocStatisticsData(rawStack, stackId); in SetAllocStatisticsFrame()
538 inline void StackPreprocess::SetAllocStatisticsData(const RawStackPtr& rawStack, size_t stackId, bo… in SetAllocStatisticsData() function in StackPreprocess