Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/test/
Dtracing_impl_test.cpp55 auto tracing = std::make_unique<TracingImpl>(ecmaVm, channel); in HWTEST_F_L0() local
63 auto tracing = std::make_unique<TracingImpl>(ecmaVm, channel); in HWTEST_F_L0() local
72 auto tracing = std::make_unique<TracingImpl>(ecmaVm, channel); in HWTEST_F_L0() local
81 auto tracing = std::make_unique<TracingImpl>(ecmaVm, channel); in HWTEST_F_L0() local
92 auto tracing = std::make_unique<TracingImpl>(ecmaVm, channel); in HWTEST_F_L0() local
104 auto tracing = std::make_unique<TracingImpl>(ecmaVm, channel); in HWTEST_F_L0() local
126 auto tracing = std::make_unique<TracingImpl>(ecmaVm, channel); in HWTEST_F_L0() local
144 auto tracing = std::make_unique<TracingImpl>(ecmaVm, channel); in HWTEST_F_L0() local
162 auto tracing = std::make_unique<TracingImpl>(ecmaVm, channel); in HWTEST_F_L0() local
180 auto tracing = std::make_unique<TracingImpl>(ecmaVm, channel); in HWTEST_F_L0() local
[all …]
Dheapprofiler_impl_test.cpp157 auto tracing = std::make_unique<HeapProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local
179 auto tracing = std::make_unique<HeapProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local
201 auto tracing = std::make_unique<HeapProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local
219 auto tracing = std::make_unique<HeapProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local
237 auto tracing = std::make_unique<HeapProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local
255 auto tracing = std::make_unique<HeapProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local
277 auto tracing = std::make_unique<HeapProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local
301 auto tracing = std::make_unique<HeapProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local
319 auto tracing = std::make_unique<HeapProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local
342 auto tracing = std::make_unique<HeapProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local
[all …]
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 …]
/arkcompiler/toolchain/tooling/agent/
Dtracing_impl.h41 DispatcherImpl(ProtocolChannel *channel, std::unique_ptr<TracingImpl> tracing) in DispatcherImpl()
/arkcompiler/toolchain/tooling/
Ddispatcher.cpp145 auto tracing = std::make_unique<TracingImpl>(vm, channel); in Dispatcher() local