Searched refs:host_build_id (Results 1 – 1 of 1) sorted by relevance
1671 u8 host_build_id[BUILD_ID_SIZE]; in dso__find_kallsyms() local1684 if (sysfs__read_build_id("/sys/kernel/notes", host_build_id, in dso__find_kallsyms()1685 sizeof(host_build_id)) == 0) in dso__find_kallsyms()1686 is_host = dso__build_id_equal(dso, host_build_id); in dso__find_kallsyms()