Searched refs:SetCallStackSamplingConfigs (Results 1 – 4 of 4) sorted by relevance
306 HWTEST_F(HiperfClientTest, SetCallStackSamplingConfigs, TestSize.Level2)311 opt.SetCallStackSamplingConfigs(1);473 opt.SetCallStackSamplingConfigs(1);506 opt.SetCallStackSamplingConfigs(0);
112 void SetCallStackSamplingConfigs(int duration);
290 static napi_value SetCallStackSamplingConfigs(napi_env env, napi_callback_info info) in SetCallStackSamplingConfigs() function295 g_hiperfRecordOption->SetCallStackSamplingConfigs(option); in SetCallStackSamplingConfigs()667 DECLARE_NAPI_FUNCTION("setCallStackSamplingConfigs", SetCallStackSamplingConfigs), in HiperfClientInit()
236 void RecordOption::SetCallStackSamplingConfigs(int duration) in SetCallStackSamplingConfigs() function in OHOS::Developtools::HiPerf::HiperfClient::RecordOption