Home
last modified time | relevance | path

Searched defs:profileInfo (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/tracing/
Dtracing.cpp67 std::unique_ptr<ProfileInfo> profileInfo = panda::DFXJSNApi::StopCpuProfilerForInfo(vm_); in StopTracing() local
129 void Tracing::TraceEventRecordCpuProfilerStart(struct ProfileInfo* profileInfo) in TraceEventRecordCpuProfilerStart()
143 void Tracing::TraceEventRecordCpuProfiler(struct ProfileInfo* profileInfo, int &nodePos, uint32_t &… in TraceEventRecordCpuProfiler()
175 void Tracing::TraceEventUpdateCpuProfiler(struct ProfileInfo *profileInfo) in TraceEventUpdateCpuProfiler()
252 void Tracing::TraceEventRecordCpuProfilerEnd(struct ProfileInfo* profileInfo) in TraceEventRecordCpuProfilerEnd()
/arkcompiler/toolchain/tooling/agent/
Dprofiler_impl.cpp274 auto profileInfo = panda::DFXJSNApi::StopCpuProfilerForInfo(vm_); in Stop() local
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dcpu_profiler.cpp176 bool CpuProfiler::StopCpuProfilerForInfo(std::unique_ptr<struct ProfileInfo> &profileInfo) in StopCpuProfilerForInfo()
/arkcompiler/toolchain/tooling/test/
Dtracing_impl_test.cpp61 auto profileInfo = tracing->End(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp744 std::unique_ptr<ProfileInfo> profileInfo; in StopCpuProfilerForInfo() local
/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp2741 std::unique_ptr<Profile> Profile::FromProfileInfo(const ProfileInfo &profileInfo) in FromProfileInfo()