Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/tracing/
Dtracing.cpp69 std::unique_ptr<ProfileInfo> profileInfo = panda::DFXJSNApi::StopCpuProfilerForInfo(vm_); in StopTracing() local
131 void Tracing::TraceEventRecordCpuProfilerStart(struct ProfileInfo* profileInfo) in TraceEventRecordCpuProfilerStart()
145 void Tracing::TraceEventRecordCpuProfiler(struct ProfileInfo* profileInfo, int &nodePos, uint32_t &… in TraceEventRecordCpuProfiler()
177 void Tracing::TraceEventUpdateCpuProfiler(struct ProfileInfo *profileInfo) in TraceEventUpdateCpuProfiler()
254 void Tracing::TraceEventRecordCpuProfilerEnd(struct ProfileInfo* profileInfo) in TraceEventRecordCpuProfilerEnd()
/arkcompiler/toolchain/tooling/agent/
Dprofiler_impl.cpp174 auto profileInfo = panda::DFXJSNApi::StopCpuProfilerForInfo(vm_); in Stop() local
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dcpu_profiler.cpp159 std::unique_ptr<struct ProfileInfo> profileInfo; in StopCpuProfilerForInfo() local
/arkcompiler/toolchain/tooling/test/
Dtracing_impl_test.cpp61 auto profileInfo = tracing->End(); in HWTEST_F_L0() local
/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp2694 std::unique_ptr<Profile> Profile::FromProfileInfo(const ProfileInfo &profileInfo) in FromProfileInfo()