Searched refs:is_kallsyms (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/tools/perf/util/ |
D | build-id.h | 36 bool is_debug, bool is_kallsyms); 58 struct nsinfo *nsi, bool is_kallsyms, 69 struct nsinfo *nsi, bool is_kallsyms, bool is_vdso, 73 bool is_kallsyms, bool is_vdso, 77 bool is_kallsyms, bool is_vdso) in build_id_cache__add_s() argument 79 return __build_id_cache__add_s(sbuild_id, name, nsi, is_kallsyms, is_vdso, NULL, NULL); in build_id_cache__add_s()
|
D | build-id.c | 259 static const char *build_id_cache__basename(bool is_kallsyms, bool is_vdso, in build_id_cache__basename() argument 262 return is_kallsyms ? "kallsyms" : (is_vdso ? "vdso" : (is_debug ? in build_id_cache__basename() 267 bool is_debug, bool is_kallsyms) in __dso__build_id_filename() argument 288 build_id_cache__basename(is_kallsyms, is_vdso, in __dso__build_id_filename() 300 bool is_kallsyms = dso__is_kallsyms((struct dso *)dso); in dso__build_id_filename() local 302 return __dso__build_id_filename(dso, bf, size, is_debug, is_kallsyms); in dso__build_id_filename() 560 struct nsinfo *nsi, bool is_kallsyms, in build_id_cache__cachedir() argument 564 bool slash = is_kallsyms || is_vdso; in build_id_cache__cachedir() 679 struct nsinfo *nsi, bool is_kallsyms, bool is_vdso, in build_id_cache__add() argument 690 dir_name = build_id_cache__cachedir(sbuild_id, proper_name, nsi, is_kallsyms, in build_id_cache__add() [all …]
|
D | probe-file.c | 456 bool is_kallsyms = false; in probe_cache__open() local 469 is_kallsyms = true; in probe_cache__open() 485 is_kallsyms, NULL); in probe_cache__open() 492 dir_name = build_id_cache__cachedir(sbuildid, target, nsi, is_kallsyms, in probe_cache__open()
|
D | symbol.h | 191 void symbols__fixup_end(struct rb_root_cached *symbols, bool is_kallsyms);
|
D | symbol.c | 230 void symbols__fixup_end(struct rb_root_cached *symbols, bool is_kallsyms) in symbols__fixup_end() argument 258 if (is_kallsyms && (!strchr(prev->name, '[') != in symbols__fixup_end()
|