host_build_id    1929 tools/perf/util/symbol.c 	u8 host_build_id[BUILD_ID_SIZE];
host_build_id    1942 tools/perf/util/symbol.c 	if (sysfs__read_build_id("/sys/kernel/notes", host_build_id,
host_build_id    1943 tools/perf/util/symbol.c 				 sizeof(host_build_id)) == 0)
host_build_id    1944 tools/perf/util/symbol.c 		is_host = dso__build_id_equal(dso, host_build_id);