Home
last modified time | relevance | path

Searched defs:tracing (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/toolchain/tooling/test/
Dtracing_impl_test.cpp55 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
158 auto tracing = std::make_unique<TracingImpl>(ecmaVm, channel); in HWTEST_F_L0() local
176 auto tracing = std::make_unique<TracingImpl>(ecmaVm, channel); in HWTEST_F_L0() local
194 auto tracing = std::make_unique<TracingImpl>(ecmaVm, channel); in HWTEST_F_L0() local
Dprofiler_impl_test.cpp168 auto tracing = std::make_unique<ProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local
190 auto tracing = std::make_unique<ProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local
208 auto tracing = std::make_unique<ProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local
226 auto tracing = std::make_unique<ProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local
247 auto tracing = std::make_unique<ProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local
265 auto tracing = std::make_unique<ProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local
287 auto tracing = std::make_unique<ProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local
305 auto tracing = std::make_unique<ProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local
323 auto tracing = std::make_unique<ProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local
341 auto tracing = std::make_unique<ProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local
[all …]
Dheapprofiler_impl_test.cpp156 auto tracing = std::make_unique<HeapProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local
178 auto tracing = std::make_unique<HeapProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local
200 auto tracing = std::make_unique<HeapProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local
218 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
276 auto tracing = std::make_unique<HeapProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local
300 auto tracing = std::make_unique<HeapProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local
318 auto tracing = std::make_unique<HeapProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local
341 auto tracing = std::make_unique<HeapProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local
[all …]
/arkcompiler/toolchain/tooling/agent/
Dtracing_impl.h51 DispatcherImpl(ProtocolChannel *channel, std::unique_ptr<TracingImpl> tracing) in DispatcherImpl()
Dtracing_impl.cpp186 TracingImpl *tracing = static_cast<TracingImpl *>(handle->data); in TracingBufferUsageReport() local
/arkcompiler/toolchain/tooling/
Ddispatcher.cpp151 auto tracing = std::make_unique<TracingImpl>(vm, channel); in Dispatcher() local
/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp719 Tracing *tracing = vm->GetTracing(); in StartTracing() local
738 Tracing *tracing = vm->GetTracing(); in StopTracing() local
764 ecmascript::Tracing *tracing = vm->GetTracing(); in GetTracingBufferUseage() local
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dsamples_record.cpp810 Tracing *tracing = vm->GetTracing(); in AddStartTraceEvent() local
832 Tracing *tracing = vm->GetTracing(); in AddTraceEvent() local
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.h481 void SetTracing(Tracing *tracing) in SetTracing()
/arkcompiler/ets_runtime/ecmascript/mem/
Dheap.cpp510 auto tracing = GetEcmaVM()->GetTracing(); in CollectGarbage() local