Searched defs:is_kallsyms (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/tools/perf/util/ |
H A D | build-id.c | 259 static const char *build_id_cache__basename(bool is_kallsyms, bool is_vdso, in build_id_cache__basename() 267 bool is_debug, bool is_kallsyms) in __dso__build_id_filename() 300 bool is_kallsyms = dso__is_kallsyms((struct dso *)dso); in dso__build_id_filename() local 560 struct nsinfo *nsi, bool is_kallsyms, in build_id_cache__cachedir() 679 struct nsinfo *nsi, bool is_kallsyms, bool is_vdso, in build_id_cache__add() 801 struct nsinfo *nsi, bool is_kallsyms, bool is_vdso, in __build_id_cache__add_s() 826 bool is_kallsyms, bool is_vdso, in build_id_cache__add_b() 919 bool is_kallsyms = dso__is_kallsyms(dso); in dso__cache_build_id() local
|
H A D | build-id.h | 77 bool is_kallsyms, bool is_vdso) in build_id_cache__add_s()
|
H A D | probe-file.c | 456 bool is_kallsyms = false; in probe_cache__open() local
|
H A D | symbol.c | 220 void symbols__fixup_end(struct rb_root_cached *symbols, bool is_kallsyms) in symbols__fixup_end()
|