Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_daemon/include/
Dstack_preprocess.h48 clockid_t pluginDataClockId, bool isHookStandalone = false);
/developtools/profiler/device/plugins/native_daemon/src/
Dstack_preprocess.cpp45 …bool isHookStandalone) : dataRepeater_(dataRepeater), buffer_(new (std::nothrow) uint8_t[MAX_BUFFE… in StackPreprocess() argument
47 … pluginDataClockId_(pluginDataClockId), isHookStandaloneSerialize_(isHookStandalone) in StackPreprocess()