Searched defs:dso_type (Results 1 – 5 of 5) sorted by relevance
195 DsoType dso_type) { in FindUserDsoOrNew()351 DsoType dso_type = file.type; in AddDsoInfo() local
348 std::optional<DsoType> dso_type = ToDsoType(binary_proto.type()); in ProcessBranchListFile() local559 std::optional<proto::ETMBranchList_Binary::BinaryType> ToProtoBinaryType(DsoType dso_type) { in ToProtoBinaryType()
895 std::unique_ptr<Dso> Dso::CreateDso(DsoType dso_type, const std::string& dso_path, in CreateDso()916 std::unique_ptr<Dso> Dso::CreateDsoWithBuildId(DsoType dso_type, const std::string& dso_path, in CreateDsoWithBuildId()940 const char* DsoTypeToString(DsoType dso_type) { in DsoTypeToString()
1043 DsoRecord::DsoRecord(uint64_t dso_type, uint64_t dso_id, const std::string& dso_name, in DsoRecord()
522 uint64_t dso_type; member