Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Ddso.h73 enum DsoType { enum
100 static std::unique_ptr<Dso> CreateDso(DsoType dso_type,
105 DsoType type() const { return type_; } in type()
152 Dso(DsoType type, const std::string& path);
161 const DsoType type_;
180 const char* DsoTypeToString(DsoType dso_type);
Ddso.cpp134 std::unique_ptr<Dso> Dso::CreateDso(DsoType dso_type, in CreateDso()
139 Dso::Dso(DsoType type, const std::string& path) in Dso()
479 const char* DsoTypeToString(DsoType dso_type) { in DsoTypeToString()
Dthread_tree.cpp271 DsoType dso_type = static_cast<DsoType>(file_type); in AddDsoInfo()
Dcmd_dumprecord.cpp215 PrintIndented(2, "file_type %s\n", DsoTypeToString(static_cast<DsoType>(file_type))); in DumpFeatureSection()
Drecord.cpp772 DsoTypeToString(static_cast<DsoType>(dso_type)), dso_type); in DumpData()