Home
last modified time | relevance | path

Searched refs:ProfileInfo (Results 1 - 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/tracing/
H A Dtracing.h103 void TraceEventRecordCpuProfilerStart(struct ProfileInfo* profileInfo);
104 void TraceEventRecordCpuProfiler(struct ProfileInfo* profileInfo, int &nodePos, uint32_t &samplePos);
105 void TraceEventRecordCpuProfilerEnd(struct ProfileInfo* profileInfo);
108 void TraceEventUpdateCpuProfiler(struct ProfileInfo *profileInfo);
H A Dtracing.cpp67 std::unique_ptr<ProfileInfo> profileInfo = panda::DFXJSNApi::StopCpuProfilerForInfo(vm_); in StopTracing()
129 void Tracing::TraceEventRecordCpuProfilerStart(struct ProfileInfo* profileInfo) in TraceEventRecordCpuProfilerStart()
143 void Tracing::TraceEventRecordCpuProfiler(struct ProfileInfo* profileInfo, int &nodePos, uint32_t &samplePos) in TraceEventRecordCpuProfiler()
175 void Tracing::TraceEventUpdateCpuProfiler(struct ProfileInfo *profileInfo) in TraceEventUpdateCpuProfiler()
252 void Tracing::TraceEventRecordCpuProfilerEnd(struct ProfileInfo* profileInfo) in TraceEventRecordCpuProfilerEnd()
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Ddfx_jsnapi.h37 struct ProfileInfo;
49 using ProfileInfo = ecmascript::ProfileInfo;
123 static std::unique_ptr<ProfileInfo> StopCpuProfilerForInfo(const EcmaVM *vm);
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/tests/
H A Dcpu_profiler_test.cpp48 bool StopCpuProfilerForInfoTest(std::unique_ptr<struct ProfileInfo> &profileInfo) in StopCpuProfilerForInfoTest()
142 std::unique_ptr<ProfileInfo> profileInfo; in HWTEST_F_L0()
181 std::unique_ptr<ProfileInfo> profileInfo = DFXJSNApi::StopCpuProfilerForInfo(instance); in HWTEST_F_L0()
H A Dsamples_record_test.cpp64 std::unique_ptr<ProfileInfo> GetProfileInfoTest() in GetProfileInfoTest()
183 std::unique_ptr<ProfileInfo> profileInfo = samplesRecord.GetProfileInfoTest(); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
H A Dsamples_record.h58 struct ProfileInfo { struct
133 std::unique_ptr<struct ProfileInfo> GetProfileInfo();
198 std::unique_ptr<struct ProfileInfo> profileInfo_;
H A Dcpu_profiler.h110 bool StopCpuProfilerForInfo(std::unique_ptr<struct ProfileInfo> &profileInfo);
H A Dsamples_record.cpp30 profileInfo_ = std::make_unique<struct ProfileInfo>(); in SamplesRecord()
378 std::unique_ptr<struct ProfileInfo> SamplesRecord::GetProfileInfo() in GetProfileInfo()
H A Dcpu_profiler.cpp177 bool CpuProfiler::StopCpuProfilerForInfo(std::unique_ptr<struct ProfileInfo> &profileInfo) in StopCpuProfilerForInfo()
/arkcompiler/ets_runtime/ecmascript/napi/
H A Ddfx_jsnapi.cpp732 std::unique_ptr<ProfileInfo> DFXJSNApi::StopCpuProfilerForInfo([[maybe_unused]] const EcmaVM *vm) in StopCpuProfilerForInfo()
745 std::unique_ptr<ProfileInfo> profileInfo; in StopCpuProfilerForInfo()
/arkcompiler/toolchain/tooling/test/
H A Dpt_types_test.cpp684 ProfileInfo info; in HWTEST_F_L0()
/arkcompiler/toolchain/tooling/base/
H A Dpt_types.h2153 static std::unique_ptr<Profile> FromProfileInfo(const ProfileInfo &profileInfo);
H A Dpt_types.cpp2741 std::unique_ptr<Profile> Profile::FromProfileInfo(const ProfileInfo &profileInfo) in FromProfileInfo()

Completed in 19 milliseconds