Searched refs:is_kallsyms (Results 1 – 3 of 3) sorted by relevance
/linux/tools/perf/util/ |
A D | build-id.c | 265 bool is_debug, bool is_kallsyms) in __dso__build_id_filename() argument 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() 706 if (is_kallsyms) { in build_id_cache__add() 722 if (!is_kallsyms && !is_vdso && in build_id_cache__add() 796 if (!is_kallsyms) { in build_id_cache__add_s() 808 if (!is_kallsyms) in build_id_cache__add_s() 815 bool is_kallsyms, bool is_vdso) in build_id_cache__add_b() argument 878 bool is_kallsyms = dso__is_kallsyms(dso); in dso__cache_build_id() local 886 is_kallsyms = true; in dso__cache_build_id() [all …]
|
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); 72 bool is_kallsyms, bool is_vdso);
|
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()
|
Completed in 7 milliseconds