| /arkcompiler/toolchain/tooling/test/ |
| H A 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); HWTEST_F_L0() local 308 auto tracing = std::make_unique<ProfilerImpl>(ecmaVm, channel); HWTEST_F_L0() local 326 auto tracing = std::make_unique<ProfilerImpl>(ecmaVm, channel); HWTEST_F_L0() local 344 auto tracing = std::make_unique<ProfilerImpl>(ecmaVm, channel); HWTEST_F_L0() local 362 auto tracing = std::make_unique<ProfilerImpl>(ecmaVm, channel); HWTEST_F_L0() local 380 auto tracing = std::make_unique<ProfilerImpl>(ecmaVm, channel); HWTEST_F_L0() local 398 auto tracing = std::make_unique<ProfilerImpl>(ecmaVm, channel); HWTEST_F_L0() local 416 auto tracing = std::make_unique<ProfilerImpl>(ecmaVm, channel); HWTEST_F_L0() local 434 auto tracing = std::make_unique<ProfilerImpl>(ecmaVm, channel); HWTEST_F_L0() local 452 auto tracing = std::make_unique<ProfilerImpl>(ecmaVm, channel); HWTEST_F_L0() local [all...] |
| H A 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 in HWTEST_F_L0() local 122 auto tracing = std::make_unique<TracingImpl>(ecmaVm, channel); HWTEST_F_L0() local 140 auto tracing = std::make_unique<TracingImpl>(ecmaVm, channel); HWTEST_F_L0() local 158 auto tracing = std::make_unique<TracingImpl>(ecmaVm, channel); HWTEST_F_L0() local 176 auto tracing = std::make_unique<TracingImpl>(ecmaVm, channel); HWTEST_F_L0() local 194 auto tracing = std::make_unique<TracingImpl>(ecmaVm, channel); HWTEST_F_L0() local [all...] |
| H A 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); HWTEST_F_L0() local 312 auto tracing = std::make_unique<HeapProfilerImpl>(ecmaVm, channel); HWTEST_F_L0() local 336 auto tracing = std::make_unique<HeapProfilerImpl>(ecmaVm, channel); HWTEST_F_L0() local 354 auto tracing = std::make_unique<HeapProfilerImpl>(ecmaVm, channel); HWTEST_F_L0() local 377 auto tracing = std::make_unique<HeapProfilerImpl>(ecmaVm, channel); HWTEST_F_L0() local 395 auto tracing = std::make_unique<HeapProfilerImpl>(ecmaVm, channel); HWTEST_F_L0() local 455 auto tracing = std::make_unique<HeapProfilerImpl>(ecmaVm, channel); HWTEST_F_L0() local 474 auto tracing = std::make_unique<HeapProfilerImpl>(ecmaVm, channel); HWTEST_F_L0() local 493 auto tracing = std::make_unique<HeapProfilerImpl>(ecmaVm, nullptr); HWTEST_F_L0() local 513 auto tracing = std::make_unique<HeapProfilerImpl>(ecmaVm, nullptr); HWTEST_F_L0() local 536 auto tracing = std::make_unique<HeapProfilerImpl>(ecmaVm, nullptr); HWTEST_F_L0() local 557 auto tracing = std::make_unique<HeapProfilerImpl>(ecmaVm, nullptr); HWTEST_F_L0() local 568 auto tracing = std::make_unique<HeapProfilerImpl>(ecmaVm, nullptr); HWTEST_F_L0() local [all...] |
| /arkcompiler/toolchain/tooling/agent/ |
| H A D | tracing_impl.h | 51 DispatcherImpl(ProtocolChannel *channel, std::unique_ptr<TracingImpl> tracing) in DispatcherImpl() argument
|
| H A D | tracing_impl.cpp | 212 TracingImpl *tracing = static_cast<TracingImpl *>(handle->data); in TracingBufferUsageReport() local
|
| /arkcompiler/toolchain/tooling/ |
| H A D | dispatcher.cpp | 147 auto tracing = std::make_unique<TracingImpl>(vm, channel); in Dispatcher() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| H A D | dfx_jsnapi.cpp | 955 Tracing *tracing = vm->GetTracing(); in StartTracing() local 974 Tracing *tracing = vm->GetTracing(); in StopTracing() local 1000 ecmascript::Tracing *tracing = vm->GetTracing(); GetTracingBufferUseage() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/ |
| H A D | samples_record.cpp | 630 Tracing *tracing = vm->GetTracing(); in AddStartTraceEvent() local 652 Tracing *tracing = vm->GetTracing(); in AddTraceEvent() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | ecma_vm.h | 555 void SetTracing(Tracing *tracing) in SetTracing() argument
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| H A D | heap.cpp | 1284 auto tracing = GetEcmaVM()->GetTracing(); in CollectGarbage() local
|