Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/util/
Dbuild-id.c257 static const char *build_id_cache__basename(bool is_kallsyms, bool is_vdso, in build_id_cache__basename() argument
260 return is_kallsyms ? "kallsyms" : (is_vdso ? "vdso" : (is_debug ? in build_id_cache__basename()
265 bool is_debug, bool is_kallsyms) in __dso__build_id_filename() argument
286 build_id_cache__basename(is_kallsyms, is_vdso, in __dso__build_id_filename()
298 bool is_kallsyms = dso__is_kallsyms((struct dso *)dso); in dso__build_id_filename() local
300 return __dso__build_id_filename(dso, bf, size, is_debug, is_kallsyms); in dso__build_id_filename()
564 struct nsinfo *nsi, bool is_kallsyms, in build_id_cache__cachedir() argument
568 bool slash = is_kallsyms || is_vdso; in build_id_cache__cachedir()
677 struct nsinfo *nsi, bool is_kallsyms, bool is_vdso) in build_id_cache__add() argument
684 dir_name = build_id_cache__cachedir(sbuild_id, name, nsi, is_kallsyms, in build_id_cache__add()
[all …]
Dbuild-id.h36 bool is_debug, bool is_kallsyms);
58 struct nsinfo *nsi, bool is_kallsyms,
69 struct nsinfo *nsi, bool is_kallsyms, bool is_vdso);
72 bool is_kallsyms, bool is_vdso);
Dprobe-file.c456 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()
Dsymbol.h206 void symbols__fixup_end(struct rb_root_cached *symbols, bool is_kallsyms);
Dsymbol.c216 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()