Home
last modified time | relevance | path

Searched refs:MALLOC_MSG (Results 1 - 4 of 4) sorted by relevance

/developtools/profiler/device/plugins/native_daemon/src/
H A Dstack_data_repeater.cpp127 } else if (rawData->stackConext->type == MALLOC_MSG) { in PutRawStack()
171 if ((result != nullptr) && (result->stackConext != nullptr) && (result->stackConext->type == MALLOC_MSG)) { in TakeRawData()
H A Dstack_preprocess.cpp842 case MALLOC_MSG: in SetHookData()
882 if (rawStack->stackConext->type == MALLOC_MSG) { in SetApplyAndReleaseMatchFrame()
910 case MALLOC_MSG: in SetHookData()
947 if (rawStack->stackConext->type == MALLOC_MSG) { in SetHookData()
1021 case MALLOC_MSG: { in SetAllocStatisticsData()
1069 case MALLOC_MSG: in WriteFrames()
1632 if (rawStack.type == MALLOC_MSG) { in FlushRecordApplyAndReleaseMatchData()
/developtools/profiler/device/plugins/native_daemon/include/
H A Dhook_common.h64 MALLOC_MSG = 0, enumerator
/developtools/profiler/device/plugins/native_hook/src/
H A Dhook_client.cpp459 rawdata.type = MALLOC_MSG; in hook_malloc()
564 rawdata.type = MALLOC_MSG; in hook_aligned_alloc()
670 rawdata.type = MALLOC_MSG; in hook_calloc()
787 rawdata.type = MALLOC_MSG; in hook_realloc()

Completed in 6 milliseconds