Searched refs:is_kallsyms (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.15/tools/perf/util/ |
| D | build-id.c | 257 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 …]
|
| 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); 72 bool is_kallsyms, bool is_vdso);
|
| 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()
|