Searched refs:DSO__NAME_KALLSYMS (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | build-id.c | 171 buildid_dir, DSO__NAME_KALLSYMS, sbuild_id); in build_id_cache__kallsyms_path() 178 buildid_dir, DSO__NAME_KALLSYMS, sbuild_id); in build_id_cache__kallsyms_path() 243 if (!strcmp(pathname, DSO__NAME_KALLSYMS)) in build_id_cache__valid_id()
|
H A D | dso.h | 19 #define DSO__NAME_KALLSYMS "[kernel.kallsyms]" macro
|
H A D | probe-file.c | 414 /* For the kernel probe caches, pass target = NULL or DSO__NAME_KALLSYMS */ 432 if (!target || !strcmp(target, DSO__NAME_KALLSYMS)) { in probe_cache__open() 433 target = DSO__NAME_KALLSYMS; in probe_cache__open()
|
H A D | symbol.c | 2258 dso__set_long_name(dso, DSO__NAME_KALLSYMS, false); in dso__load_kernel_sym()
|
H A D | annotate.c | 1676 if (strstr(linkname, DSO__NAME_KALLSYMS) || in dso__disassemble_filename()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | build-id.c | 174 buildid_dir, DSO__NAME_KALLSYMS, sbuild_id); in build_id_cache__kallsyms_path() 181 buildid_dir, DSO__NAME_KALLSYMS, sbuild_id); in build_id_cache__kallsyms_path() 246 if (!strcmp(pathname, DSO__NAME_KALLSYMS)) in build_id_cache__valid_id()
|
H A D | dso.h | 19 #define DSO__NAME_KALLSYMS "[kernel.kallsyms]" macro
|
H A D | probe-file.c | 449 /* For the kernel probe caches, pass target = NULL or DSO__NAME_KALLSYMS */ 467 if (!target || !strcmp(target, DSO__NAME_KALLSYMS)) { in probe_cache__open() 468 target = DSO__NAME_KALLSYMS; in probe_cache__open()
|
H A D | symbol.c | 2427 dso__set_long_name(dso, DSO__NAME_KALLSYMS, false); in dso__load_kernel_sym()
|
H A D | annotate.c | 1778 if (strstr(linkname, DSO__NAME_KALLSYMS) || in dso__disassemble_filename()
|
Completed in 22 milliseconds