Home
last modified time | relevance | path

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

/developtools/hiperf/interfaces/innerkits/native/include/
Dhiperf_client.h110 void SetCallStackSamplingConfigs(int duration);
/developtools/hiperf/test/unittest/common/native/
Dhiperf_client_test.cpp306 HWTEST_F(HiperfClientTest, SetCallStackSamplingConfigs, TestSize.Level1)
311 opt.SetCallStackSamplingConfigs(1);
/developtools/hiperf/interfaces/kits/js/napi/
Dhiperf_client_napi.cpp276 static napi_value SetCallStackSamplingConfigs(napi_env env, napi_callback_info info) in SetCallStackSamplingConfigs() function
281 g_hiperfRecordOption->SetCallStackSamplingConfigs(option); in SetCallStackSamplingConfigs()
653 DECLARE_NAPI_FUNCTION("setCallStackSamplingConfigs", SetCallStackSamplingConfigs), in HiperfClientInit()
/developtools/hiperf/interfaces/innerkits/native/src/
Dhiperf_client.cpp232 void RecordOption::SetCallStackSamplingConfigs(int duration) in SetCallStackSamplingConfigs() function in OHOS::Developtools::HiPerf::HiperfClient::RecordOption