Home
last modified time | relevance | path

Searched refs:MEMORY_USING_MSG (Results 1 - 5 of 5) sorted by relevance

/developtools/profiler/device/plugins/native_daemon/include/
H A Dhook_common.h69 MEMORY_USING_MSG, enumerator
/developtools/smartperf_host/trace_streamer/src/base/
H A Dts_common.h215 enum HookMemoryType { MALLOC = 0, MMAP = 1, FILE_PAGE_MSG = 2, MEMORY_USING_MSG = 3 }; enumerator
/developtools/profiler/device/plugins/native_daemon/src/
H A Dstack_preprocess.cpp644 if (rawStack->stackConext->type == MEMORY_USING_MSG && hookConfig_.js_stack_report() == NAPI_CALL_STACK) { in GetCallStackId()
846 case MEMORY_USING_MSG: { in SetHookData()
914 case MEMORY_USING_MSG: { in SetHookData()
975 } else if (rawStack->stackConext->type == MEMORY_USING_MSG) { in SetHookData()
1033 case MEMORY_USING_MSG: { in SetAllocStatisticsData()
1034 record.type = RecordStatisticsEvent::MEMORY_USING_MSG; in SetAllocStatisticsData()
1659 } else if (rawStack.type == MEMORY_USING_MSG) { in FlushRecordApplyAndReleaseMatchData()
/developtools/smartperf_host/trace_streamer/src/trace_data/
H A Dtrace_data_cache.cpp462 {static_cast<uint32_t>(HookMemoryType::MEMORY_USING_MSG), "MemoryUsingEvent"}}; in ExportHookStatisticReadableText()
/developtools/profiler/device/plugins/native_hook/src/
H A Dhook_client.cpp1266 rawdata.type = isUsing ? MEMORY_USING_MSG : MEMORY_UNUSING_MSG; in hook_memtrace()

Completed in 8 milliseconds