Home
last modified time | relevance | path

Searched refs:StartCpuProfilerForFile (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/startcpuprofilerforfile_fuzzer/
Dstartcpuprofilerforfile_fuzzer.cpp34 DFXJSNApi::StartCpuProfilerForFile(vm, fileName); in StartCpuProfilerForFileFuzzTest()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Ddfx_jsnapi_tests.cpp519 HWTEST_F_L0(DFXJSNApiTests, StartCpuProfilerForFile) in HWTEST_F_L0() argument
524 … ASSERT_FALSE(DFXJSNApi::StartCpuProfilerForFile(vm_, "StartCpuProfilerForFile", illegalInterval)); in HWTEST_F_L0()
526 ASSERT_FALSE(DFXJSNApi::StartCpuProfilerForFile(nullptr, "StartCpuProfilerForFile", interval)); in HWTEST_F_L0()
528 ASSERT_FALSE(DFXJSNApi::StartCpuProfilerForFile(vm_, "StartCpuProfilerForFile", interval)); in HWTEST_F_L0()
530 ASSERT_FALSE(DFXJSNApi::StartCpuProfilerForFile(vm_, "StartCpuProfilerForFile", interval)); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dcpu_profiler.h111 bool StartCpuProfilerForFile(const std::string &fileName);
Dcpu_profiler.cpp118 bool CpuProfiler::StartCpuProfilerForFile(const std::string &fileName) in StartCpuProfilerForFile() function in panda::ecmascript::CpuProfiler
/arkcompiler/ets_runtime/ecmascript/napi/include/
Ddfx_jsnapi.h118 static bool StartCpuProfilerForFile(const EcmaVM *vm, const std::string &fileName,
/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp591 DFXJSNApi::StartCpuProfilerForFile(vm, fileName, CpuProfiler::INTERVAL_OF_INNER_START); in CpuProfilerAnyTimeMainThread()
650 bool DFXJSNApi::StartCpuProfilerForFile([[maybe_unused]] const EcmaVM *vm, in StartCpuProfilerForFile() function in panda::DFXJSNApi
669 return profiler->StartCpuProfilerForFile(fileName); in StartCpuProfilerForFile()
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.cpp507 … DFXJSNApi::StartCpuProfilerForFile(this, fileName, CpuProfiler::INTERVAL_OF_INNER_START); in CheckStartCpuProfiler()
520 … DFXJSNApi::StartCpuProfilerForFile(this, fileName, CpuProfiler::INTERVAL_OF_INNER_START); in CheckStartCpuProfiler()
Djs_thread.cpp800 DFXJSNApi::StartCpuProfilerForFile(vm_, profileName_, CpuProfiler::INTERVAL_OF_INNER_START); in CheckSafepoint()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_ark_tools.cpp308 DFXJSNApi::StartCpuProfilerForFile(vm, fileName, interval); in StartCpuProfiler()