Searched defs:dso_type (Results 1 – 8 of 8) sorted by relevance
214 DsoType dso_type) { in FindUserDsoOrNew()373 DsoType dso_type = file.type; in AddDsoInfo() local
121 DsoType dso_type = in process() local
1024 std::unique_ptr<Dso> Dso::CreateDso(DsoType dso_type, const std::string& dso_path, in CreateDso()1043 std::unique_ptr<Dso> Dso::CreateDsoWithBuildId(DsoType dso_type, const std::string& dso_path, in CreateDsoWithBuildId()1069 const char* DsoTypeToString(DsoType dso_type) { in DsoTypeToString()
101 DsoType dso_type; member
48 static std::optional<proto::ETMBinary::BinaryType> ToProtoBinaryType(DsoType dso_type) { in ToProtoBinaryType()558 auto dso_type = ToDsoType(proto_binary.type()); in AddETMBinary() local
127 void SetSymbols(const std::string& path, DsoType dso_type, const std::vector<Symbol>& symbols) { in SetSymbols()
1279 DsoRecord::DsoRecord(uint64_t dso_type, uint64_t dso_id, const std::string& dso_name, in DsoRecord()
575 uint64_t dso_type; member