Searched defs:dso_type (Results 1 – 6 of 6) sorted by relevance
195 DsoType dso_type) { in FindUserDsoOrNew()351 DsoType dso_type = file.type; in AddDsoInfo() local
82 void SetSymbols(const std::string& path, DsoType dso_type, const std::vector<Symbol>& symbols) { in SetSymbols()
933 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()
162 DsoType dso_type; member434 auto dso_type = ToDsoType(binary_proto.type()); in Read() local698 std::optional<proto::ETMBranchList_Binary::BinaryType> ToProtoBinaryType(DsoType dso_type) { in ToProtoBinaryType()
1250 DsoRecord::DsoRecord(uint64_t dso_type, uint64_t dso_id, const std::string& dso_name, in DsoRecord()
567 uint64_t dso_type; member