Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dthread_tree.cpp195 DsoType dso_type) { in FindUserDsoOrNew()
351 DsoType dso_type = file.type; in AddDsoInfo() local
Dcmd_inject.cpp348 std::optional<DsoType> dso_type = ToDsoType(binary_proto.type()); in ProcessBranchListFile() local
559 std::optional<proto::ETMBranchList_Binary::BinaryType> ToProtoBinaryType(DsoType dso_type) { in ToProtoBinaryType()
Ddso.cpp895 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()
Drecord.cpp1043 DsoRecord::DsoRecord(uint64_t dso_type, uint64_t dso_id, const std::string& dso_name, in DsoRecord()
Drecord.h522 uint64_t dso_type; member