Home
last modified time | relevance | path

Searched refs:SetCallStackSamplingConfigs (Results 1 – 4 of 4) sorted by relevance

/developtools/hiperf/test/unittest/common/native/
Dhiperf_client_test.cpp306 HWTEST_F(HiperfClientTest, SetCallStackSamplingConfigs, TestSize.Level2)
311 opt.SetCallStackSamplingConfigs(1);
473 opt.SetCallStackSamplingConfigs(1);
506 opt.SetCallStackSamplingConfigs(0);
/developtools/hiperf/interfaces/innerkits/native/hiperf_client/include/
Dhiperf_client.h112 void SetCallStackSamplingConfigs(int duration);
/developtools/hiperf/interfaces/kits/js/napi/
Dhiperf_client_napi.cpp290 static napi_value SetCallStackSamplingConfigs(napi_env env, napi_callback_info info) in SetCallStackSamplingConfigs() function
295 g_hiperfRecordOption->SetCallStackSamplingConfigs(option); in SetCallStackSamplingConfigs()
667 DECLARE_NAPI_FUNCTION("setCallStackSamplingConfigs", SetCallStackSamplingConfigs), in HiperfClientInit()
/developtools/hiperf/interfaces/innerkits/native/hiperf_client/src/
Dhiperf_client.cpp236 void RecordOption::SetCallStackSamplingConfigs(int duration) in SetCallStackSamplingConfigs() function in OHOS::Developtools::HiPerf::HiperfClient::RecordOption