Home
last modified time | relevance | path

Searched refs:STACK_DATA_SIZE (Results 1 – 3 of 3) sorted by relevance

/developtools/profiler/device/plugins/native_daemon/include/
Dhook_common.h34 const int STACK_DATA_SIZE = 40000; variable
35 const int SPEED_UP_THRESHOLD = STACK_DATA_SIZE / 2;
36 const int SLOW_DOWN_THRESHOLD = STACK_DATA_SIZE / 4;
/developtools/profiler/device/plugins/native_daemon/src/
Dhook_standalone.cpp87 g_stackDataRepeater = std::make_shared<StackDataRepeater>(STACK_DATA_SIZE); in StartHook()
Dhook_manager.cpp262 stackData_ = std::make_shared<StackDataRepeater>(STACK_DATA_SIZE); in CreatePluginSession()