Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/fuzztest/startcpuprofilerforfile_fuzzer/
Dstartcpuprofilerforfile_fuzzer.cpp34 DFXJSNApi::StartCpuProfilerForFile(vm, fileName); in StartCpuProfilerForFileFuzzTest()
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dcpu_profiler.h90 void StartCpuProfilerForFile(const std::string &fileName);
Dcpu_profiler.cpp90 void CpuProfiler::StartCpuProfilerForFile(const std::string &fileName) in StartCpuProfilerForFile() function in panda::ecmascript::CpuProfiler
/arkcompiler/ets_runtime/ecmascript/napi/include/
Ddfx_jsnapi.h83 static void StartCpuProfilerForFile(const EcmaVM *vm, const std::string &fileName,
/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp316 … DFXJSNApi::StartCpuProfilerForFile(vm, fileName, CpuProfiler::INTERVAL_OF_INNER_START); in CpuProfilerSamplingAnyTime()
362 void DFXJSNApi::StartCpuProfilerForFile([[maybe_unused]] const EcmaVM *vm, in StartCpuProfilerForFile() function in panda::DFXJSNApi
375 profiler->StartCpuProfilerForFile(fileName); in StartCpuProfilerForFile()
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.cpp341 … DFXJSNApi::StartCpuProfilerForFile(this, fileName, CpuProfiler::INTERVAL_OF_INNER_START); in CheckStartCpuProfiler()
354 … DFXJSNApi::StartCpuProfilerForFile(this, fileName, CpuProfiler::INTERVAL_OF_INNER_START); in CheckStartCpuProfiler()
Djs_thread.cpp464 DFXJSNApi::StartCpuProfilerForFile(vm_, profileName_, CpuProfiler::INTERVAL_OF_INNER_START); in CheckSafepoint()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_ark_tools.cpp230 DFXJSNApi::StartCpuProfilerForFile(vm, fileName, interval); in StartCpuProfiler()