Searched defs:is_kallsyms (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/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() 265 bool is_debug, bool is_kallsyms) in __dso__build_id_filename() 298 bool is_kallsyms = dso__is_kallsyms((struct dso *)dso); in dso__build_id_filename() local 564 struct nsinfo *nsi, bool is_kallsyms, in build_id_cache__cachedir() 677 struct nsinfo *nsi, bool is_kallsyms, bool is_vdso) in build_id_cache__add() 791 struct nsinfo *nsi, bool is_kallsyms, bool is_vdso) in build_id_cache__add_s() 815 bool is_kallsyms, bool is_vdso) in build_id_cache__add_b() 902 bool is_kallsyms = dso__is_kallsyms(dso); in dso__cache_build_id() local
|
D | probe-file.c | 456 bool is_kallsyms = false; in probe_cache__open() local
|
D | symbol.c | 216 void symbols__fixup_end(struct rb_root_cached *symbols, bool is_kallsyms) in symbols__fixup_end()
|