Home
last modified time | relevance | path

Searched refs:ProfileInfo (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/napi/include/
Ddfx_jsnapi.h36 struct ProfileInfo;
44 using ProfileInfo = ecmascript::ProfileInfo; variable
88 static std::unique_ptr<ProfileInfo> StopCpuProfilerForInfo(const EcmaVM *vm);
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dsamples_record.h57 struct ProfileInfo { struct
131 std::unique_ptr<struct ProfileInfo> GetProfileInfo();
200 std::unique_ptr<struct ProfileInfo> profileInfo_;
Dcpu_profiler.h89 std::unique_ptr<struct ProfileInfo> StopCpuProfilerForInfo();
Dcpu_profiler.cpp150 std::unique_ptr<struct ProfileInfo> CpuProfiler::StopCpuProfilerForInfo() in StopCpuProfilerForInfo()
153 std::unique_ptr<struct ProfileInfo> profileInfo; in StopCpuProfilerForInfo()
Dsamples_record.cpp31 profileInfo_ = std::make_unique<struct ProfileInfo>(); in SamplesRecord()
514 std::unique_ptr<struct ProfileInfo> SamplesRecord::GetProfileInfo() in GetProfileInfo()
/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp417 std::unique_ptr<ProfileInfo> DFXJSNApi::StopCpuProfilerForInfo([[maybe_unused]] const EcmaVM *vm) in StopCpuProfilerForInfo()
/arkcompiler/toolchain/tooling/test/
Dpt_types_test.cpp668 ProfileInfo info; in HWTEST_F_L0()
/arkcompiler/toolchain/tooling/base/
Dpt_types.h2092 static std::unique_ptr<Profile> FromProfileInfo(const ProfileInfo &profileInfo);
Dpt_types.cpp2628 std::unique_ptr<Profile> Profile::FromProfileInfo(const ProfileInfo &profileInfo) in FromProfileInfo()