Searched refs:is_kallsyms (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
D | build-id.c | 256 static const char *build_id_cache__basename(bool is_kallsyms, bool is_vdso, in build_id_cache__basename() argument 259 return is_kallsyms ? "kallsyms" : (is_vdso ? "vdso" : (is_debug ? in build_id_cache__basename() 266 bool is_kallsyms = dso__is_kallsyms((struct dso *)dso); in dso__build_id_filename() local 286 build_id_cache__basename(is_kallsyms, is_vdso, in dso__build_id_filename() 555 struct nsinfo *nsi, bool is_kallsyms, in build_id_cache__cachedir() argument 559 bool slash = is_kallsyms || is_vdso; in build_id_cache__cachedir() 667 struct nsinfo *nsi, bool is_kallsyms, bool is_vdso) in build_id_cache__add_s() argument 675 if (!is_kallsyms) { in build_id_cache__add_s() 684 dir_name = build_id_cache__cachedir(sbuild_id, name, nsi, is_kallsyms, in build_id_cache__add_s() 699 build_id_cache__basename(is_kallsyms, is_vdso, in build_id_cache__add_s() [all …]
|
D | build-id.h | 50 struct nsinfo *nsi, bool is_kallsyms, 62 bool is_kallsyms, bool is_vdso);
|
D | probe-file.c | 421 bool is_kallsyms = false; in probe_cache__open() local 434 is_kallsyms = true; in probe_cache__open() 450 is_kallsyms, NULL); in probe_cache__open() 457 dir_name = build_id_cache__cachedir(sbuildid, target, nsi, is_kallsyms, in probe_cache__open()
|
D | symbol.h | 195 void symbols__fixup_end(struct rb_root_cached *symbols, bool is_kallsyms);
|
D | symbol.c | 216 void symbols__fixup_end(struct rb_root_cached *symbols, bool is_kallsyms) in symbols__fixup_end() argument 244 if (is_kallsyms && (!strchr(prev->name, '[') != in symbols__fixup_end()
|