| H A D | build-id.c | 245 static const char *build_id_cache__basename(bool is_kallsyms, bool is_vdso, in build_id_cache__basename() 248 return is_kallsyms ? "kallsyms" : (is_vdso ? "vdso" : (is_debug ? 253 bool is_debug, bool is_kallsyms) in __dso__build_id_filename() 274 build_id_cache__basename(is_kallsyms, is_vdso, in __dso__build_id_filename() 286 bool is_kallsyms = dso__is_kallsyms((struct dso *)dso); in dso__build_id_filename() 288 return __dso__build_id_filename(dso, bf, size, is_debug, is_kallsyms); in write_buildid() 518 struct nsinfo *nsi, bool is_kallsyms, in build_id_cache__cachedir() 522 bool slash = is_kallsyms || is_vdso; in build_id_cache__cachedir() 637 struct nsinfo *nsi, bool is_kallsyms, bool is_vdso, in build_id_cache__add() 648 dir_name = build_id_cache__cachedir(sbuild_id, proper_name, nsi, is_kallsyms, in build_id_cache__add() 242 build_id_cache__basename(bool is_kallsyms,bool is_vdso,bool is_debug) build_id_cache__basename() argument 250 __dso__build_id_filename(const struct dso * dso,char * bf,size_t size,bool is_debug,bool is_kallsyms) __dso__build_id_filename() argument 283 bool is_kallsyms = dso__is_kallsyms((struct dso *)dso); dso__build_id_filename() local 515 build_id_cache__cachedir(const char * sbuild_id,const char * name,struct nsinfo * nsi,bool is_kallsyms,bool is_vdso) build_id_cache__cachedir() argument 634 build_id_cache__add(const char * sbuild_id,const char * name,const char * realname,struct nsinfo * nsi,bool is_kallsyms,bool is_vdso,const char * proper_name,const char * root_dir) build_id_cache__add() argument 756 __build_id_cache__add_s(const char * sbuild_id,const char * name,struct nsinfo * nsi,bool is_kallsyms,bool is_vdso,const char * proper_name,const char * root_dir) __build_id_cache__add_s() argument 781 build_id_cache__add_b(const struct build_id * bid,const char * name,struct nsinfo * nsi,bool is_kallsyms,bool is_vdso,const char * proper_name,const char * root_dir) build_id_cache__add_b() argument 874 bool is_kallsyms = dso__is_kallsyms(dso); dso__cache_build_id() local [all...] |