Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_tracker.h81 void StopTracing() in StopTracing() function
/arkcompiler/ets_runtime/ecmascript/dfx/tracing/
Dtracing.cpp62 std::unique_ptr<std::vector<TraceEvent>> Tracing::StopTracing() in StopTracing() function in panda::ecmascript::Tracing
/arkcompiler/runtime_core/static_core/runtime/methodtrace/
Dtrace.cpp126 void Trace::StopTracing() in StopTracing() function in ark::Trace
/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp1072 std::unique_ptr<std::vector<TraceEvent>> DFXJSNApi::StopTracing([[maybe_unused]] const EcmaVM *vm) in StopTracing() function in panda::DFXJSNApi
/arkcompiler/ets_runtime/ecmascript/napi/test/
Ddfx_jsnapi_tests.cpp669 HWTEST_F_L0(DFXJSNApiTests, StopTracing) in HWTEST_F_L0() argument