Home
last modified time | relevance | path

Searched refs:GetModuleBuildId (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/system/extras/simpleperf/
H A Denvironment_test.cpp114 TEST(environment, GetModuleBuildId) { in TEST() argument
119 ASSERT_TRUE(GetModuleBuildId("fake_kernel_module", &build_id, GetTestData("sysfs"))); in TEST()
H A Denvironment.h70 bool GetModuleBuildId(const std::string& module_name, BuildId* build_id,
H A Denvironment.cpp208 bool GetModuleBuildId(const std::string& module_name, BuildId* build_id, in GetModuleBuildId() function
H A Ddso.cpp1108 return GetModuleBuildId(path.substr(1, path.size() - 2), &build_id); in GetBuildId()
/aosp_15_r20/system/extras/simpleperf/nonlinux_support/
H A Dnonlinux_support.cpp34 bool GetModuleBuildId(const std::string&, BuildId*, const std::string&) { in GetModuleBuildId() function