Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dthread_tree.cpp214 DsoType dso_type) { in FindUserDsoOrNew()
373 DsoType dso_type = file.type; in AddDsoInfo() local
Dsimpleperf_writer_fuzzer.cpp121 DsoType dso_type = in process() local
Ddso.cpp1024 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()
DBranchListFile.h101 DsoType dso_type; member
DBranchListFile.cpp48 static std::optional<proto::ETMBinary::BinaryType> ToProtoBinaryType(DsoType dso_type) { in ToProtoBinaryType()
558 auto dso_type = ToDsoType(proto_binary.type()); in AddETMBinary() local
Dreport_utils_test.cpp127 void SetSymbols(const std::string& path, DsoType dso_type, const std::vector<Symbol>& symbols) { in SetSymbols()
Drecord.cpp1279 DsoRecord::DsoRecord(uint64_t dso_type, uint64_t dso_id, const std::string& dso_name, in DsoRecord()
Drecord.h575 uint64_t dso_type; member