Searched refs:DsoType (Results 1 – 13 of 13) sorted by relevance
/system/extras/simpleperf/ |
D | dso.h | 102 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);
|
D | simpleperf_writer_fuzzer.cpp | 121 DsoType dso_type = in process() 122 (DsoType)mFdp.ConsumeIntegralInRange<size_t>(DSO_KERNEL, DSO_UNKNOWN_FILE); in process()
|
D | BranchListFile.h | 98 DsoType dso_type;
|
D | thread_tree.h | 143 DsoType dso_type = DSO_ELF_FILE);
|
D | dso.cpp | 352 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()
|
D | thread_tree.cpp | 205 DsoType dso_type) { in FindUserDsoOrNew() 364 DsoType dso_type = file.type; in AddDsoInfo()
|
D | BranchListFile.cpp | 47 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()
|
D | record_file.h | 44 DsoType type;
|
D | record_file_reader.cpp | 607 file.type = static_cast<DsoType>(file_type); in ReadFileV1Feature() 656 file.type = static_cast<DsoType>(proto_file.type()); in ReadFileV2Feature()
|
D | cmd_merge.cpp | 94 DsoType type_;
|
D | dso_test.cpp | 162 for (DsoType dso_type : {DSO_DEX_FILE, DSO_ELF_FILE}) { in TEST()
|
D | report_utils_test.cpp | 127 void SetSymbols(const std::string& path, DsoType dso_type, const std::vector<Symbol>& symbols) { in SetSymbols()
|
D | record.cpp | 1299 DsoTypeToString(static_cast<DsoType>(dso_type)), dso_type); in DumpData()
|