Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Ddso.h100 enum DsoType { enum
132 static std::unique_ptr<Dso> CreateDso(DsoType dso_type, const std::string& dso_path,
134 static std::unique_ptr<Dso> CreateDsoWithBuildId(DsoType dso_type, const std::string& dso_path,
141 DsoType type() const { return type_; } in type()
196 Dso(DsoType type, const std::string& path, const std::string& debug_file_path);
201 DsoType type_;
220 const char* DsoTypeToString(DsoType dso_type);
Dcmd_inject.cpp348 std::optional<DsoType> dso_type = ToDsoType(binary_proto.type()); in ProcessBranchListFile()
559 std::optional<proto::ETMBranchList_Binary::BinaryType> ToProtoBinaryType(DsoType dso_type) { in ToProtoBinaryType()
573 std::optional<DsoType> ToDsoType(proto::ETMBranchList_Binary::BinaryType binary_type) { in ToDsoType()
Dthread_tree.h148 DsoType dso_type = DSO_ELF_FILE);
Ddso.cpp316 Dso::Dso(DsoType type, const std::string& path, const std::string& debug_file_path) in Dso()
895 std::unique_ptr<Dso> Dso::CreateDso(DsoType dso_type, const std::string& dso_path, in CreateDso()
916 std::unique_ptr<Dso> Dso::CreateDsoWithBuildId(DsoType dso_type, const std::string& dso_path, in CreateDsoWithBuildId()
940 const char* DsoTypeToString(DsoType dso_type) { in DsoTypeToString()
Dthread_tree.cpp195 DsoType dso_type) { in FindUserDsoOrNew()
351 DsoType dso_type = file.type; in AddDsoInfo()
Drecord_file.h44 DsoType type;
Ddso_test.cpp154 for (DsoType dso_type : {DSO_DEX_FILE, DSO_ELF_FILE}) { in TEST()
Dcmd_merge.cpp94 DsoType type_;
Drecord_file_reader.cpp522 file->type = static_cast<DsoType>(file_type); in ReadFileFeature()
Drecord.cpp1063 DsoTypeToString(static_cast<DsoType>(dso_type)), dso_type); in DumpData()