Searched refs:GetMemTag (Results 1 - 2 of 2) sorted by relevance
/developtools/profiler/device/plugins/native_daemon/src/ |
H A D | stack_preprocess.cpp | 646 GetMemTag(rawStack->stackConext->tagId, tagName); in GetCallStackId() 666 GetMemTag(rawStack->stackConext->tagId, tagName); in GetCallStackId() 773 GetMemTag(rawStack->stackConext->tagId, tagName); in SetAllocStatisticsFrame() 791 GetMemTag(rawStack->stackConext->tagId, tagName); in SetAllocStatisticsFrame() 960 if (GetMemTag(rawStack->stackConext->tagId, tagName)) { in SetHookData() 978 GetMemTag(rawStack->stackConext->tagId, tagName); in SetHookData() 1393 bool StackPreprocess::GetMemTag(uint32_t tagId, std::string& tagName) in GetMemTag() function in StackPreprocess 1645 if (GetMemTag(rawStack.tagId, tagName)) { in FlushRecordApplyAndReleaseMatchData() 1662 GetMemTag(rawStack.tagId, tagName); in FlushRecordApplyAndReleaseMatchData()
|
/developtools/profiler/device/plugins/native_daemon/include/ |
H A D | stack_preprocess.h | 73 bool GetMemTag(uint32_t tagId, std::string& tagName);
|
Completed in 4 milliseconds