Home
last modified time | relevance | path

Searched refs:StopTracing (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_tracker.h81 void StopTracing() in StopTracing() function in panda::ecmascript::HeapTracker
H A Dheap_profiler.cpp784 heapTracker_->StopTracing(); in StopHeapTracking()
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Ddfx_jsnapi_tests.cpp631 ASSERT_NE(DFXJSNApi::StopTracing(vm_), nullptr); in HWTEST_F_L0()
637 HWTEST_F_L0(DFXJSNApiTests, StopTracing) in HWTEST_F_L0()
640 ASSERT_EQ(DFXJSNApi::StopTracing(nullptr), nullptr); in HWTEST_F_L0()
643 ASSERT_EQ(DFXJSNApi::StopTracing(vm_), nullptr); in HWTEST_F_L0()
645 ASSERT_EQ(DFXJSNApi::StopTracing(vm_), nullptr); in HWTEST_F_L0()
/arkcompiler/runtime_core/static_core/runtime/methodtrace/
H A Dtrace.cpp126 void Trace::StopTracing() in StopTracing() function in ark::Trace
146 Trace::StopTracing(); in TriggerTracing()
H A Dtrace.h74 static void StopTracing();
/arkcompiler/ets_runtime/ecmascript/dfx/tracing/
H A Dtracing.h101 std::unique_ptr<std::vector<TraceEvent>> StopTracing();
H A Dtracing.cpp62 std::unique_ptr<std::vector<TraceEvent>> Tracing::StopTracing() in StopTracing() function in panda::ecmascript::Tracing
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Ddfx_jsnapi.h152 static std::unique_ptr<std::vector<TraceEvent>> StopTracing(const EcmaVM *vm);
/arkcompiler/toolchain/tooling/agent/
H A Dtracing_impl.cpp71 LOG_DEBUGGER(ERROR) << "Transfer DFXJSNApi::StopTracing is failure"; in End()
156 auto traceEvents = panda::DFXJSNApi::StopTracing(vm_); in End()
/arkcompiler/ets_runtime/ecmascript/napi/
H A Ddfx_jsnapi.cpp968 std::unique_ptr<std::vector<TraceEvent>> DFXJSNApi::StopTracing([[maybe_unused]] const EcmaVM *vm) in StopTracing() function in panda::DFXJSNApi
976 LOG_ECMA(ERROR) << "StopTracing tracing is nullptr"; in StopTracing()
979 auto traceEvents = tracing->StopTracing(); in StopTracing()
/arkcompiler/ets_runtime/ecmascript/
H A Decma_vm.cpp362 DFXJSNApi::StopTracing(this); in ~EcmaVM()
/arkcompiler/runtime_core/static_core/runtime/
H A Druntime.cpp435 Trace::StopTracing(); in Destroy()

Completed in 11 milliseconds