Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_tracker.h76 void StartTracing() in StartTracing() function
/arkcompiler/ets_runtime/ecmascript/dfx/tracing/
Dtracing.cpp41 void Tracing::StartTracing(std::string &categories) in StartTracing() function in panda::ecmascript::Tracing
/arkcompiler/runtime_core/static_core/runtime/methodtrace/
Dtrace.cpp91 void Trace::StartTracing(const char *traceFilename, size_t bufferSize) in StartTracing() function in ark::Trace
/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp1053 bool DFXJSNApi::StartTracing([[maybe_unused]] const EcmaVM *vm, [[maybe_unused]] std::string &categ… in StartTracing() function in panda::DFXJSNApi
/arkcompiler/ets_runtime/ecmascript/napi/test/
Ddfx_jsnapi_tests.cpp655 HWTEST_F_L0(DFXJSNApiTests, StartTracing) in HWTEST_F_L0() argument