Searched refs:DSO__NAME_KALLSYMS (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | build-id.c | 157 buildid_dir, DSO__NAME_KALLSYMS, sbuild_id); in build_id_cache__kallsyms_path() 164 buildid_dir, DSO__NAME_KALLSYMS, sbuild_id); in build_id_cache__kallsyms_path() 229 if (!strcmp(pathname, DSO__NAME_KALLSYMS)) in build_id_cache__valid_id()
|
| H A D | probe-file.c | 431 /* For the kernel probe caches, pass target = NULL or DSO__NAME_KALLSYMS */ 449 if (!target || !strcmp(target, DSO__NAME_KALLSYMS)) { in probe_cache__open() 450 target = DSO__NAME_KALLSYMS; in probe_cache__open()
|
| H A D | dso.h | 21 #define DSO__NAME_KALLSYMS "[kernel.kallsyms]" macro
|
| H A D | disasm.c | 1205 if (strstr(linkname, DSO__NAME_KALLSYMS) || in dso__disassemble_filename()
|
| H A D | symbol.c | 2125 dso__set_long_name(dso, DSO__NAME_KALLSYMS, false); in dso__load_kernel_sym()
|