Home
last modified time | relevance | path

Searched defs:profileInfo (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/toolchain/tooling/test/
H A Dtracing_impl_test.cpp61 auto profileInfo = tracing->End(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/tests/
H A Dsamples_record_test.cpp183 std::unique_ptr<ProfileInfo> profileInfo = samplesRecord.GetProfileInfoTest(); in HWTEST_F_L0() local
[all...]
H A Dcpu_profiler_test.cpp48 bool StopCpuProfilerForInfoTest(std::unique_ptr<struct ProfileInfo> &profileInfo) in StopCpuProfilerForInfoTest() argument
142 std::unique_ptr<ProfileInfo> profileInfo; in HWTEST_F_L0() local
181 std::unique_ptr<ProfileInfo> profileInfo = DFXJSNApi::StopCpuProfilerForInfo(instance); in HWTEST_F_L0() local
/arkcompiler/toolchain/tooling/agent/
H A Dprofiler_impl.cpp274 auto profileInfo = panda::DFXJSNApi::StopCpuProfilerForInfo(vm_); in Stop() local
/arkcompiler/ets_runtime/ecmascript/dfx/tracing/
H A Dtracing.cpp67 std::unique_ptr<ProfileInfo> profileInfo = panda::DFXJSNApi::StopCpuProfilerForInfo(vm_); in StopTracing() local
129 void Tracing::TraceEventRecordCpuProfilerStart(struct ProfileInfo* profileInfo) in TraceEventRecordCpuProfilerStart() argument
143 void Tracing::TraceEventRecordCpuProfiler(struct ProfileInfo* profileInfo, int &nodePos, uint32_t &samplePos) in TraceEventRecordCpuProfiler() argument
175 TraceEventUpdateCpuProfiler(struct ProfileInfo *profileInfo) TraceEventUpdateCpuProfiler() argument
252 TraceEventRecordCpuProfilerEnd(struct ProfileInfo* profileInfo) TraceEventRecordCpuProfilerEnd() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
H A Dcpu_profiler.cpp177 bool CpuProfiler::StopCpuProfilerForInfo(std::unique_ptr<struct ProfileInfo> &profileInfo) in StopCpuProfilerForInfo() argument
/arkcompiler/ets_runtime/ecmascript/napi/
H A Ddfx_jsnapi.cpp745 std::unique_ptr<ProfileInfo> profileInfo; in StopCpuProfilerForInfo() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler.cpp571 ProfileTypeInfo *profileInfo = ProfileTypeInfo::Cast((profileCell->GetValue()).GetTaggedObject()); in HasValidExtraProfileTypeInfo() local
/arkcompiler/toolchain/tooling/base/
H A Dpt_types.cpp2741 std::unique_ptr<Profile> Profile::FromProfileInfo(const ProfileInfo &profileInfo) in FromProfileInfo() argument
[all...]

Completed in 13 milliseconds