Searched refs:dso__build_id_filename (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | build-id.h | 29 char *dso__build_id_filename(const struct dso *dso, char *bf, size_t size,
|
H A D | unwind-libdw.c | 75 if (dso__build_id_filename(dso, filename, sizeof(filename), false)) in __report_module()
|
H A D | dso.c | 114 if (dso__build_id_filename(dso, filename, size, false) == NULL) in dso__read_binary_type_filename() 119 if (dso__build_id_filename(dso, filename, size, true) == NULL) in dso__read_binary_type_filename()
|
H A D | build-id.c | 263 char *dso__build_id_filename(const struct dso *dso, char *bf, size_t size, in dso__build_id_filename() function
|
H A D | symbol.c | 2090 filename = dso__build_id_filename(dso, NULL, 0, false); in dso__load_vmlinux_path()
|
H A D | machine.c | 930 if (dso__build_id_filename(kdso, filename, sizeof(filename), in machine__fprintf_vmlinux_path()
|
H A D | annotate.c | 1645 build_id_filename = dso__build_id_filename(dso, NULL, 0, false); in dso__disassemble_filename()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | build-id.h | 33 char *dso__build_id_filename(const struct dso *dso, char *bf, size_t size,
|
H A D | unwind-libdw.c | 93 if (dso__build_id_filename(dso, filename, sizeof(filename), false)) in __report_module()
|
H A D | dso.c | 150 if (dso__build_id_filename(dso, filename, size, false) == NULL) in dso__read_binary_type_filename() 155 if (dso__build_id_filename(dso, filename, size, true) == NULL) in dso__read_binary_type_filename()
|
H A D | build-id.c | 297 char *dso__build_id_filename(const struct dso *dso, char *bf, size_t size, in dso__build_id_filename() function
|
H A D | symbol.c | 2243 filename = dso__build_id_filename(dso, NULL, 0, false); in dso__load_vmlinux_path()
|
H A D | annotate.c | 1747 build_id_filename = dso__build_id_filename(dso, NULL, 0, false); in dso__disassemble_filename()
|
H A D | machine.c | 1112 if (dso__build_id_filename(kdso, filename, sizeof(filename), in machine__fprintf_vmlinux_path()
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-buildid-cache.c | 279 if (dso__build_id_filename(dso, filename, sizeof(filename), false) && in dso__missing_buildid_cache()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-buildid-cache.c | 280 if (dso__build_id_filename(dso, filename, sizeof(filename), false) && in dso__missing_buildid_cache()
|
Completed in 49 milliseconds