Home
last modified time | relevance | path

Searched refs:is_kallsyms (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/tools/perf/util/
H A Dbuild-id.h34 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 Dbuild-id.c235 bool is_debug, bool is_kallsyms) in __dso__build_id_filename() argument
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()
652 if (is_kallsyms) { in build_id_cache__add()
672 if (!is_kallsyms && !is_vdso && in build_id_cache__add()
747 if (!is_kallsyms) { in __build_id_cache__add_s()
759 if (!is_kallsyms) in __build_id_cache__add_s()
766 bool is_kallsyms, bool is_vdso, in build_id_cache__add_b() argument
859 bool is_kallsyms = dso__is_kallsyms(dso); in dso__cache_build_id() local
871 is_kallsyms = true; in dso__cache_build_id()
[all …]
H A Dprobe-file.c437 bool is_kallsyms = false; in probe_cache__open() local
450 is_kallsyms = true; in probe_cache__open()
466 is_kallsyms, NULL); in probe_cache__open()
473 dir_name = build_id_cache__cachedir(sbuildid, target, nsi, is_kallsyms, in probe_cache__open()
H A Dsymbol.h191 void symbols__fixup_end(struct rb_root_cached *symbols, bool is_kallsyms);
H A Dsymbol.c239 void symbols__fixup_end(struct rb_root_cached *symbols, bool is_kallsyms) in symbols__fixup_end() argument
273 if (!is_kallsyms) { in symbols__fixup_end()