Home
last modified time | relevance | path

Searched refs:SetCallGraph (Results 1 – 5 of 5) sorted by relevance

/developtools/hiperf/test/fuzztest/clientapi_fuzzer/
DClientApi_fuzzer.cpp70 opt.SetCallGraph(stringArg); in FuzzClientApiOption()
/developtools/hiperf/interfaces/kits/js/napi/
Dhiperf_client_napi.cpp336 static napi_value SetCallGraph(napi_env env, napi_callback_info info) in SetCallGraph() function
341 g_hiperfRecordOption->SetCallGraph((option)); in SetCallGraph()
658 DECLARE_NAPI_FUNCTION("setCallGraph", SetCallGraph), in HiperfClientInit()
/developtools/hiperf/interfaces/innerkits/native/include/
Dhiperf_client.h179 void SetCallGraph(const std::string &sampleTypes);
/developtools/hiperf/interfaces/innerkits/native/src/
Dhiperf_client.cpp198 SetCallGraph("fp"); in SetCallStackSamplingConfigs()
221 void RecordOption::SetCallGraph(const std::string &callGraph) in SetCallGraph() function in OHOS::Developtools::HiPerf::HiperfClient::RecordOption
/developtools/hiperf/test/unittest/common/native/
Dhiperf_client_test.cpp341 opt.SetCallGraph("fp");