Searched refs:dso__build_id_filename (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/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 | 2002 filename = dso__build_id_filename(dso, NULL, 0, false); in dso__load_vmlinux_path()
|
H A D | annotate.c | 1781 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()
|
/openbmc/linux/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()
|