Searched refs:is_kallsyms (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/tools/perf/util/ |
A 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, 73 bool is_kallsyms, bool is_vdso, 77 bool is_kallsyms, bool is_vdso) in build_id_cache__add_s() argument 79 return __build_id_cache__add_s(sbuild_id, name, nsi, is_kallsyms, is_vdso, NULL, NULL); in build_id_cache__add_s()
|
A D | build-id.c | 265 bool is_debug, bool is_kallsyms) in __dso__build_id_filename() argument 558 struct nsinfo *nsi, bool is_kallsyms, in build_id_cache__cachedir() argument 562 bool slash = is_kallsyms || is_vdso; in build_id_cache__cachedir() 712 if (is_kallsyms) { in build_id_cache__add() 732 if (!is_kallsyms && !is_vdso && in build_id_cache__add() 807 if (!is_kallsyms) { in __build_id_cache__add_s() 819 if (!is_kallsyms) in __build_id_cache__add_s() 826 bool is_kallsyms, bool is_vdso, in build_id_cache__add_b() argument 919 bool is_kallsyms = dso__is_kallsyms(dso); in dso__cache_build_id() local 931 is_kallsyms = true; in dso__cache_build_id() [all …]
|
A 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()
|
A D | symbol.h | 212 void symbols__fixup_end(struct rb_root_cached *symbols, bool is_kallsyms);
|
A D | symbol.c | 220 void symbols__fixup_end(struct rb_root_cached *symbols, bool is_kallsyms) in symbols__fixup_end() argument 248 if (is_kallsyms && (!strchr(prev->name, '[') != in symbols__fixup_end()
|
Completed in 20 milliseconds