| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler_manager.cpp | 226 auto profiler = std::make_shared<PGOProfiler>(vm, isEnable); in BuildProfiler() local 261 void PGOProfilerManager::Destroy(JSThread *thread, std::shared_ptr<PGOProfiler>& profiler) in Destroy() 280 void PGOProfilerManager::Reset(const std::shared_ptr<PGOProfiler>& profiler, bool isEnable) in Reset() 336 bool PGOProfilerManager::IsProfilerDestroyed(PGOProfiler* profiler) in IsProfilerDestroyed() 360 auto profiler = pendingProfilers_.PopFront(); in DumpPendingProfilersByDumpThread() local 372 for (const auto profiler: notDumpedProfilers) { in DumpPendingProfilersByDumpThread() local 389 void PGOProfilerManager::TryDispatchDumpTask(PGOProfiler* profiler) in TryDispatchDumpTask()
|
| D | pgo_profiler.h | 405 explicit PGODumpPauseScope(std::shared_ptr<PGOProfiler> profiler): profiler_(profiler) in PGODumpPauseScope()
|
| D | pgo_utils.h | 179 void Remove(PGOProfiler* profiler) in Remove()
|
| D | pgo_state.cpp | 155 void PGOState::ResumeByGC(PGOProfiler* profiler) in ResumeByGC()
|
| /arkcompiler/ets_runtime/ecmascript/dfx/vmstat/ |
| D | jit_warmup_profiler.h | 26 static JitWarmupProfiler profiler; in GetInstance() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/extensions/ |
| D | profiler.py | 23 import cdp.profiler as profiler namespace
|
| /arkcompiler/toolchain/tooling/dynamic/test/ |
| D | profiler_impl_test.cpp | 55 auto profiler = std::make_unique<ProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local 64 auto profiler = std::make_unique<ProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local 74 auto profiler = std::make_unique<ProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local 86 auto profiler = std::make_unique<ProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local 97 auto profiler = std::make_unique<ProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local 107 auto profiler = std::make_unique<ProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local 116 auto profiler = std::make_unique<ProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local 125 auto profiler = std::make_unique<ProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local 133 auto profiler = std::make_unique<ProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local 141 auto profiler = std::make_unique<ProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local [all …]
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | allocation_inspector.h | 28 explicit AllocationInspector(Heap *heap, uint64_t rate, HeapSampling *profiler) in AllocationInspector()
|
| D | heap-inl.h | 773 HeapProfilerInterface *profiler = GetEcmaVM()->GetHeapProfile(); in OnMoveEvent() local
|
| D | heap.cpp | 1697 HeapProfilerInterface *profiler = ecmaVm->GetHeapProfile(); in OnAllocateEvent() local
|
| /arkcompiler/toolchain/tooling/dynamic/agent/ |
| D | profiler_impl.h | 49 DispatcherImpl(ProtocolChannel *channel, std::unique_ptr<ProfilerImpl> profiler) in DispatcherImpl()
|
| /arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/ |
| D | cpu_profiler.h | 149 inline explicit CallNapiScope(CpuProfiler *profiler) in CallNapiScope()
|
| D | cpu_profiler.cpp | 374 CpuProfiler *profiler = nullptr; in GetStackSignalHandler() local
|
| /arkcompiler/ets_runtime/ecmascript/mem/cmc_gc/ |
| D | hooks.cpp | 136 auto profiler = vm->GetPGOProfiler(); in VisitDynamicLocalRoots() local 237 auto profiler = ecmaVm->GetPGOProfiler(); in VisitDynamicThreadRoot() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | dfx_jsnapi.cpp | 766 CpuProfiler *profiler = vm->GetProfiler(); in StartCpuProfilerForFile() local 786 CpuProfiler *profiler = vm->GetProfiler(); in StopCpuProfilerForFile() local 816 CpuProfiler *profiler = vm->GetProfiler(); in StartCpuProfilerForInfo() local 836 CpuProfiler *profiler = vm->GetProfiler(); in StopCpuProfilerForInfo() local 868 CpuProfiler *profiler = vm->GetProfiler(); in SetCpuSamplingInterval() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | profiler_stub_builder.cpp | 71 Label profiler(env); in TryPreDump() local 90 Label profiler(env); in ProfileOpType() local 137 Label profiler(env); in ProfileDefineClass() local 176 Label profiler(env); in ProfileCreateObject() local 554 Label profiler(env); in ProfileBranch() local 729 Label profiler(env); in ProfileGetIterator() local
|
| D | ts_inline_lowering.cpp | 224 JITProfiler *profiler = nullptr; in InlineCall() local
|
| /arkcompiler/toolchain/tooling/dynamic/ |
| D | dispatcher.cpp | 163 auto profiler = std::make_unique<ProfilerImpl>(vm, channel); in Dispatcher() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/ |
| D | pgo_profiler_test_one.cpp | 303 auto profiler = std::make_shared<PGOProfilerMock>(vm, true); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | gc_third_test.cpp | 667 auto profiler = new HeapSampling(thread->GetEcmaVM(), heap, 10, 3); in HWTEST_F_L0() local 678 auto profiler = new HeapSampling(thread->GetEcmaVM(), heap, 10, 3); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | program_object.h | 587 auto profiler = thread->GetEcmaVM()->GetPGOProfiler(); in GetLiteralFromCache() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_ark_tools.cpp | 666 TypedOpProfiler* profiler = thread->GetEcmaVM()->GetTypedOpProfiler(); in PrintTypedOpProfiler() local 680 TypedOpProfiler* profiler = thread->GetEcmaVM()->GetTypedOpProfiler(); in ClearTypedOpProfiler() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_vm.h | 844 void SetProfiler(CpuProfiler *profiler) in SetProfiler()
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/ |
| D | heap_dump_test.cpp | 844 explicit MockHeapProfiler(HeapProfilerInterface *profiler) : profiler_(profiler) {} in MockHeapProfiler()
|
| /arkcompiler/jsvm/src/ |
| D | js_native_api_v8.cpp | 1677 auto profiler = v8::CpuProfiler::New(isolate); in OH_JSVM_StartCpuProfiler() local 1686 JSVM_CpuProfiler profiler, in OH_JSVM_StopCpuProfiler() 1704 auto profiler = isolate->GetHeapProfiler(); in OH_JSVM_TakeHeapSnapshot() local
|