Home
last modified time | relevance | path

Searched defs:dso_type (Results 1 – 6 of 6) sorted by relevance

/system/extras/simpleperf/
Dthread_tree.cpp195 DsoType dso_type) { in FindUserDsoOrNew()
351 DsoType dso_type = file.type; in AddDsoInfo() local
Dreport_utils_test.cpp82 void SetSymbols(const std::string& path, DsoType dso_type, const std::vector<Symbol>& symbols) { in SetSymbols()
Ddso.cpp933 std::unique_ptr<Dso> Dso::CreateDso(DsoType dso_type, const std::string& dso_path, in CreateDso()
952 std::unique_ptr<Dso> Dso::CreateDsoWithBuildId(DsoType dso_type, const std::string& dso_path, in CreateDsoWithBuildId()
978 const char* DsoTypeToString(DsoType dso_type) { in DsoTypeToString()
Dcmd_inject.cpp162 DsoType dso_type; member
434 auto dso_type = ToDsoType(binary_proto.type()); in Read() local
698 std::optional<proto::ETMBranchList_Binary::BinaryType> ToProtoBinaryType(DsoType dso_type) { in ToProtoBinaryType()
Drecord.cpp1250 DsoRecord::DsoRecord(uint64_t dso_type, uint64_t dso_id, const std::string& dso_name, in DsoRecord()
Drecord.h567 uint64_t dso_type; member