Searched refs:is_kallsyms (Results 1 – 3 of 3) sorted by relevance
/linux/tools/perf/util/ |
H A D | build-id.h | 34 bool is_debug, bool is_kallsyms); 54 struct nsinfo *nsi, bool is_kallsyms, 65 struct nsinfo *nsi, bool is_kallsyms, bool is_vdso, 69 bool is_kallsyms, bool is_vdso, 73 bool is_kallsyms, bool is_vdso) in build_id_cache__add_s() argument 75 return __build_id_cache__add_s(sbuild_id, name, nsi, is_kallsyms, is_vdso, NULL, NULL); in build_id_cache__add_s()
|
H A D | build-id.c | 227 static const char *build_id_cache__basename(bool is_kallsyms, bool is_vdso, in build_id_cache__basename() argument 230 return is_kallsyms ? "kallsyms" : (is_vdso ? "vdso" : (is_debug ? in build_id_cache__basename() 235 bool is_debug, bool is_kallsyms) in __dso__build_id_filename() argument 256 build_id_cache__basename(is_kallsyms, is_vdso, in __dso__build_id_filename() 268 bool is_kallsyms = dso__is_kallsyms((struct dso *)dso); in dso__build_id_filename() local 270 return __dso__build_id_filename(dso, bf, size, is_debug, is_kallsyms); in dso__build_id_filename() 500 struct nsinfo *nsi, bool is_kallsyms, in build_id_cache__cachedir() argument 504 bool slash = is_kallsyms || is_vdso; in build_id_cache__cachedir() 619 struct nsinfo *nsi, bool is_kallsyms, bool is_vdso, in build_id_cache__add() argument 630 dir_name = build_id_cache__cachedir(sbuild_id, proper_name, nsi, is_kallsyms, in build_id_cache__add() [all …]
|
H A D | symbol.h | 191 void symbols__fixup_end(struct rb_root_cached *symbols, bool is_kallsyms);
|