Home
last modified time | relevance | path

Searched refs:mallocFreeMatchingInterval (Results 1 – 5 of 5) sorted by relevance

/developtools/profiler/device/plugins/native_daemon/include/
Dhook_standalone.h33 uint32_t mallocFreeMatchingInterval {0};
66 … filterNapiName" << filterNapiName << "mallocFreeMatchingInterval: " << mallocFreeMatchingInterval; in ToString()
/developtools/profiler/device/plugins/native_daemon/src/
Dhook_standalone.cpp57 g_nativeConfig.set_malloc_free_matching_interval(hookData.mallocFreeMatchingInterval); in SetNativeHookConfig()
Dmain.cpp181 hookData.mallocFreeMatchingInterval = std::stoi(args[idx + 1], nullptr); in ParseCommand()
182 if (std::to_string(hookData.mallocFreeMatchingInterval) != args[idx + 1]) { in ParseCommand()
/developtools/smartperf_host/ide/src/trace/component/setting/bean/
DProfilerServiceTypes.ts458 mallocFreeMatchingInterval?: number; property
/developtools/smartperf_host/ide/src/trace/component/
DSpRecordConfigModel.ts530 nativeConfig.mallocFreeMatchingInterval = spAllocations.sample_interval;