Searched refs:StartCpuProfilerForFile (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/test/fuzztest/startcpuprofilerforfile_fuzzer/ |
| D | startcpuprofilerforfile_fuzzer.cpp | 34 DFXJSNApi::StartCpuProfilerForFile(vm, fileName); in StartCpuProfilerForFileFuzzTest()
|
| /arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/ |
| D | cpu_profiler.h | 90 void StartCpuProfilerForFile(const std::string &fileName);
|
| D | cpu_profiler.cpp | 90 void CpuProfiler::StartCpuProfilerForFile(const std::string &fileName) in StartCpuProfilerForFile() function in panda::ecmascript::CpuProfiler
|
| /arkcompiler/ets_runtime/ecmascript/napi/include/ |
| D | dfx_jsnapi.h | 83 static void StartCpuProfilerForFile(const EcmaVM *vm, const std::string &fileName,
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | dfx_jsnapi.cpp | 316 … 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/ |
| D | ecma_vm.cpp | 335 … DFXJSNApi::StartCpuProfilerForFile(this, fileName, CpuProfiler::INTERVAL_OF_INNER_START); in CheckStartCpuProfiler() 348 … DFXJSNApi::StartCpuProfilerForFile(this, fileName, CpuProfiler::INTERVAL_OF_INNER_START); in CheckStartCpuProfiler()
|
| D | js_thread.cpp | 443 DFXJSNApi::StartCpuProfilerForFile(vm_, profileName_, CpuProfiler::INTERVAL_OF_INNER_START); in CheckSafepoint()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_ark_tools.cpp | 230 DFXJSNApi::StartCpuProfilerForFile(vm, fileName, interval); in StartCpuProfiler()
|