Home
last modified time | relevance | path

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

/aosp12/system/extras/simpleperf/
H A Denvironment_test.cpp108 TEST(environment, GetModuleBuildId) { in TEST() argument
113 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.cpp198 bool GetModuleBuildId(const std::string& module_name, BuildId* build_id, in GetModuleBuildId() function
H A Dcmd_record.cpp1866 has_build_id = GetModuleBuildId(path.substr(1, path.size() - 2), &build_id); in DumpBuildIdFeature()