| /arkcompiler/ets_runtime/ecmascript/dfx/vmstat/ |
| H A D | jit_warmup_profiler.h | 26 static JitWarmupProfiler profiler; in GetInstance() local
|
| /arkcompiler/toolchain/test/autotest/aw/api/ |
| H A D | profiler_api.py | 23 from aw.cdp import profiler
namespace
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| H A D | allocation_inspector.h | 27 explicit AllocationInspector(Heap *heap, uint64_t rate, HeapSampling *profiler) in AllocationInspector() argument
|
| H A D | heap.cpp | 1506 HeapProfilerInterface *profiler = ecmaVm->GetHeapProfile(); in OnAllocateEvent() local 1553 HeapProfilerInterface *profiler = GetEcmaVM()->GetHeapProfile(); in OnMoveEvent() local
|
| /arkcompiler/toolchain/test/autotest/aw/ |
| H A D | __init__.py | 27 from aw.cdp import profiler namespace
|
| /arkcompiler/toolchain/test/autotest/scenario_test/ |
| H A D | test_cpu_profiler_01.py | 28 from aw import profiler
namespace
|
| H A D | test_cpu_profiler_02.py | 28 from aw import profiler
namespace
|
| /arkcompiler/toolchain/tooling/test/ |
| H A 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 in HWTEST_F_L0() local 107 auto profiler = std::make_unique<ProfilerImpl>(ecmaVm, channel); HWTEST_F_L0() local 116 auto profiler = std::make_unique<ProfilerImpl>(ecmaVm, channel); HWTEST_F_L0() local 125 auto profiler = std::make_unique<ProfilerImpl>(ecmaVm, channel); HWTEST_F_L0() local 133 auto profiler = std::make_unique<ProfilerImpl>(ecmaVm, channel); HWTEST_F_L0() local 141 auto profiler = std::make_unique<ProfilerImpl>(ecmaVm, channel); HWTEST_F_L0() local 149 auto profiler = std::make_unique<ProfilerImpl>(ecmaVm, channel); HWTEST_F_L0() local 160 auto profiler = std::make_unique<ProfilerImpl>(ecmaVm, channel); HWTEST_F_L0() local 168 auto profiler = std::make_unique<ProfilerImpl>(ecmaVm, channel); HWTEST_F_L0() local 176 auto profiler = std::make_unique<ProfilerImpl>(ecmaVm, channel); HWTEST_F_L0() local [all...] |
| /arkcompiler/toolchain/tooling/agent/ |
| H A D | profiler_impl.h | 49 DispatcherImpl(ProtocolChannel *channel, std::unique_ptr<ProfilerImpl> profiler) in DispatcherImpl() argument
|
| /arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/ |
| H A D | cpu_profiler.h | 148 inline explicit CallNapiScope(CpuProfiler *profiler)
in CallNapiScope() argument
|
| H A D | cpu_profiler.cpp | 379 CpuProfiler *profiler = nullptr; in GetStackSignalHandler() local [all...] |
| /arkcompiler/toolchain/tooling/ |
| H A D | dispatcher.cpp | 137 auto profiler = std::make_unique<ProfilerImpl>(vm, channel); in Dispatcher() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| H A D | pgo_profiler_manager.h | 101 auto profiler = std::make_shared<PGOProfiler>(vm, isEnable); in Build() local 115 void Destroy(std::shared_ptr<PGOProfiler> &profiler) in Destroy() argument 129 Reset(const std::shared_ptr<PGOProfiler>& profiler, bool isEnable) Reset() argument 176 Merge(PGOProfiler *profiler) Merge() argument [all...] |
| H A D | pgo_profiler.h | 245 explicit PGOProfilerTask(PGOProfiler *profiler, int32_t id) in PGOProfilerTask() argument 396 explicit PGODumpPauseScope(std::shared_ptr<PGOProfiler> profiler): profiler_(profiler) in PGODumpPauseScope() argument
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| H A D | dfx_jsnapi.cpp | 670 CpuProfiler *profiler = vm->GetProfiler(); in StartCpuProfilerForFile() local 690 CpuProfiler *profiler = vm->GetProfiler(); in StopCpuProfilerForFile() local 720 CpuProfiler *profiler = vm->GetProfiler(); StartCpuProfilerForInfo() local 740 CpuProfiler *profiler = vm->GetProfiler(); StopCpuProfilerForInfo() local 772 CpuProfiler *profiler = vm->GetProfiler(); SetCpuSamplingInterval() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| H A D | program_object.h | 584 auto profiler = thread->GetEcmaVM()->GetPGOProfiler(); in GetLiteralFromCache() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_ark_tools.cpp | 521 TypedOpProfiler *profiler = thread->GetCurrentEcmaContext()->GetTypdOpProfiler(); in PrintTypedOpProfiler() local 535 TypedOpProfiler *profiler = thread->GetCurrentEcmaContext()->GetTypdOpProfiler(); in ClearTypedOpProfiler() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | ts_inline_lowering.cpp | 220 JITProfiler *profiler = nullptr; in InlineCall() local
|
| H A D | profiler_stub_builder.cpp | 80 BRANCH(IsProfileTypeInfoHotAndValid(profileTypeInfo), &profiler, &exit); in TryPreDump() local 99 BRANCH(IsProfileTypeInfoHotAndValid(profileTypeInfo), &profiler, &exit); in ProfileOpType() local 146 BRANCH(IsProfileTypeInfoHotAndValid(profileTypeInfo), &profiler, &exit); in ProfileDefineClass() local 185 BRANCH(IsProfileTypeInfoHotAndValid(profileTypeInfo), &profiler, &exit); ProfileCreateObject() local 579 BRANCH(IsProfileTypeInfoHotAndValid(profileTypeInfo), &profiler, &exit); ProfileBranch() local 737 BRANCH(IsProfileTypeInfoHotAndValid(profileTypeInfo), &profiler, &exit); ProfileGetIterator() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/ |
| H A D | heap_dump_test.cpp | 525 explicit MockHeapProfiler(HeapProfilerInterface *profiler) : profiler_(profiler) {} in MockHeapProfiler() argument
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | ecma_vm.h | 543 void SetProfiler(CpuProfiler *profiler) in SetProfiler() argument
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| H A D | runtime_stubs.cpp | 2823 OptCodeProfiler *profiler = thread->GetCurrentEcmaContext()->GetOptCodeProfiler(); in DEF_RUNTIME_STUBS() local 2832 TypedOpProfiler *profiler = thread->GetCurrentEcmaContext()->GetTypdOpProfiler(); in DEF_RUNTIME_STUBS() local
|