Lines Matching defs:is_kallsyms
259 static const char *build_id_cache__basename(bool is_kallsyms, bool is_vdso,
262 return is_kallsyms ? "kallsyms" : (is_vdso ? "vdso" : (is_debug ?
267 bool is_debug, bool is_kallsyms)
288 build_id_cache__basename(is_kallsyms, is_vdso,
300 bool is_kallsyms = dso__is_kallsyms((struct dso *)dso);
302 return __dso__build_id_filename(dso, bf, size, is_debug, is_kallsyms);
560 struct nsinfo *nsi, bool is_kallsyms,
564 bool slash = is_kallsyms || is_vdso;
679 struct nsinfo *nsi, bool is_kallsyms, bool is_vdso,
690 dir_name = build_id_cache__cachedir(sbuild_id, proper_name, nsi, is_kallsyms,
705 build_id_cache__basename(is_kallsyms, is_vdso,
712 if (is_kallsyms) {
732 if (!is_kallsyms && !is_vdso &&
801 struct nsinfo *nsi, bool is_kallsyms, bool is_vdso,
807 if (!is_kallsyms) {
817 is_kallsyms, is_vdso, proper_name, root_dir);
819 if (!is_kallsyms)
826 bool is_kallsyms, bool is_vdso,
834 return __build_id_cache__add_s(sbuild_id, name, nsi, is_kallsyms,
919 bool is_kallsyms = dso__is_kallsyms(dso);
931 is_kallsyms = true;
943 } else if (is_kallsyms) {
949 if (!is_kallsyms && dso__build_id_mismatch(dso, name))
954 is_kallsyms, is_vdso, proper_name, root_dir);