Home
last modified time | relevance | path

Searched refs:CreateDsoWithBuildId (Results 1 – 3 of 3) sorted by relevance

/system/extras/simpleperf/
Ddso.h134 static std::unique_ptr<Dso> CreateDsoWithBuildId(DsoType dso_type, const std::string& dso_path,
Dcmd_inject.cpp353 Dso::CreateDsoWithBuildId(dso_type.value(), binary_proto.path(), build_id); in ProcessBranchListFile()
Ddso.cpp916 std::unique_ptr<Dso> Dso::CreateDsoWithBuildId(DsoType dso_type, const std::string& dso_path, in CreateDsoWithBuildId() function in simpleperf::Dso