Home
last modified time | relevance | path

Searched refs:DsoType (Results 1 – 13 of 13) sorted by relevance

/system/extras/simpleperf/
Ddso.h102 enum DsoType { enum
134 static std::unique_ptr<Dso> CreateDso(DsoType dso_type, const std::string& dso_path,
136 static std::unique_ptr<Dso> CreateDsoWithBuildId(DsoType dso_type, const std::string& dso_path,
143 DsoType type() const { return type_; } in type()
204 Dso(DsoType type, const std::string& path);
210 DsoType type_;
229 const char* DsoTypeToString(DsoType dso_type);
Dsimpleperf_writer_fuzzer.cpp121 DsoType dso_type = in process()
122 (DsoType)mFdp.ConsumeIntegralInRange<size_t>(DSO_KERNEL, DSO_UNKNOWN_FILE); in process()
DBranchListFile.h98 DsoType dso_type;
Dthread_tree.h143 DsoType dso_type = DSO_ELF_FILE);
Ddso.cpp352 Dso::Dso(DsoType type, const std::string& path) in Dso()
963 std::unique_ptr<Dso> Dso::CreateDso(DsoType dso_type, const std::string& dso_path, in CreateDso()
982 std::unique_ptr<Dso> Dso::CreateDsoWithBuildId(DsoType dso_type, const std::string& dso_path, in CreateDsoWithBuildId()
1008 const char* DsoTypeToString(DsoType dso_type) { in DsoTypeToString()
Dthread_tree.cpp205 DsoType dso_type) { in FindUserDsoOrNew()
364 DsoType dso_type = file.type; in AddDsoInfo()
DBranchListFile.cpp47 static std::optional<proto::ETMBinary::BinaryType> ToProtoBinaryType(DsoType dso_type) { in ToProtoBinaryType()
105 static std::optional<DsoType> ToDsoType(proto::ETMBinary::BinaryType binary_type) { in ToDsoType()
Drecord_file.h44 DsoType type;
Drecord_file_reader.cpp607 file.type = static_cast<DsoType>(file_type); in ReadFileV1Feature()
656 file.type = static_cast<DsoType>(proto_file.type()); in ReadFileV2Feature()
Dcmd_merge.cpp94 DsoType type_;
Ddso_test.cpp162 for (DsoType dso_type : {DSO_DEX_FILE, DSO_ELF_FILE}) { in TEST()
Dreport_utils_test.cpp127 void SetSymbols(const std::string& path, DsoType dso_type, const std::vector<Symbol>& symbols) { in SetSymbols()
Drecord.cpp1299 DsoTypeToString(static_cast<DsoType>(dso_type)), dso_type); in DumpData()