Searched refs:DsoType (Results 1 – 10 of 10) sorted by relevance
/system/extras/simpleperf/ |
D | dso.h | 100 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);
|
D | cmd_inject.cpp | 348 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()
|
D | thread_tree.h | 148 DsoType dso_type = DSO_ELF_FILE);
|
D | dso.cpp | 316 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()
|
D | thread_tree.cpp | 195 DsoType dso_type) { in FindUserDsoOrNew() 351 DsoType dso_type = file.type; in AddDsoInfo()
|
D | record_file.h | 44 DsoType type;
|
D | dso_test.cpp | 154 for (DsoType dso_type : {DSO_DEX_FILE, DSO_ELF_FILE}) { in TEST()
|
D | cmd_merge.cpp | 94 DsoType type_;
|
D | record_file_reader.cpp | 522 file->type = static_cast<DsoType>(file_type); in ReadFileFeature()
|
D | record.cpp | 1063 DsoTypeToString(static_cast<DsoType>(dso_type)), dso_type); in DumpData()
|