| /arkcompiler/toolchain/tooling/dynamic/test/ |
| D | tracing_impl_test.cpp | 55 auto tracing = std::make_unique<TracingImpl>(ecmaVm, channel); in HWTEST_F_L0() local 68 auto tracing = std::make_unique<TracingImpl>(ecmaVm, channel); in HWTEST_F_L0() local 77 auto tracing = std::make_unique<TracingImpl>(ecmaVm, channel); in HWTEST_F_L0() local 86 auto tracing = std::make_unique<TracingImpl>(ecmaVm, channel); in HWTEST_F_L0() local 100 auto tracing = std::make_unique<TracingImpl>(ecmaVm, channel); in HWTEST_F_L0() local 122 auto tracing = std::make_unique<TracingImpl>(ecmaVm, channel); in HWTEST_F_L0() local 140 auto tracing = std::make_unique<TracingImpl>(ecmaVm, channel); in HWTEST_F_L0() local 163 auto tracing = std::make_unique<TracingImpl>(ecmaVm, channel); in HWTEST_F_L0() local 186 auto tracing = std::make_unique<TracingImpl>(ecmaVm, channel); in HWTEST_F_L0() local 204 auto tracing = std::make_unique<TracingImpl>(ecmaVm, channel); in HWTEST_F_L0() local [all …]
|
| D | heapprofiler_impl_test.cpp | 192 auto tracing = std::make_unique<HeapProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local 214 auto tracing = std::make_unique<HeapProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local 236 auto tracing = std::make_unique<HeapProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local 254 auto tracing = std::make_unique<HeapProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local 272 auto tracing = std::make_unique<HeapProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local 290 auto tracing = std::make_unique<HeapProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local 312 auto tracing = std::make_unique<HeapProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local 336 auto tracing = std::make_unique<HeapProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local 354 auto tracing = std::make_unique<HeapProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local 377 auto tracing = std::make_unique<HeapProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local [all …]
|
| D | profiler_impl_test.cpp | 187 auto tracing = std::make_unique<ProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local 209 auto tracing = std::make_unique<ProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local 227 auto tracing = std::make_unique<ProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local 245 auto tracing = std::make_unique<ProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local 268 auto tracing = std::make_unique<ProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local 286 auto tracing = std::make_unique<ProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local 308 auto tracing = std::make_unique<ProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local 326 auto tracing = std::make_unique<ProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local 344 auto tracing = std::make_unique<ProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local 362 auto tracing = std::make_unique<ProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local [all …]
|
| /arkcompiler/toolchain/tooling/dynamic/agent/ |
| D | tracing_impl.h | 49 DispatcherImpl(ProtocolChannel *channel, std::unique_ptr<TracingImpl> tracing) in DispatcherImpl()
|
| D | tracing_impl.cpp | 234 TracingImpl *tracing = static_cast<TracingImpl *>(handle->data); in TracingBufferUsageReport() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/ |
| D | samples_record.cpp | 628 Tracing *tracing = vm->GetTracing(); in AddStartTraceEvent() local 650 Tracing *tracing = vm->GetTracing(); in AddTraceEvent() local
|
| /arkcompiler/toolchain/tooling/dynamic/ |
| D | dispatcher.cpp | 173 auto tracing = std::make_unique<TracingImpl>(vm, channel); in Dispatcher() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | dfx_jsnapi.cpp | 1059 Tracing *tracing = vm->GetTracing(); in StartTracing() local 1078 Tracing *tracing = vm->GetTracing(); in StopTracing() local 1104 ecmascript::Tracing *tracing = vm->GetTracing(); in GetTracingBufferUseage() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_vm.h | 856 void SetTracing(Tracing *tracing) in SetTracing()
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | heap.cpp | 1450 auto tracing = GetEcmaVM()->GetTracing(); in CollectGarbageImpl() local
|