Searched refs:dso__build_id_filename (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/tools/perf/util/ |
| D | build-id.h | 23 char *dso__build_id_filename(const struct dso *dso, char *bf, size_t size,
|
| D | dso.c | 113 if (dso__build_id_filename(dso, filename, size, false) == NULL) in dso__read_binary_type_filename() 118 if (dso__build_id_filename(dso, filename, size, true) == NULL) in dso__read_binary_type_filename()
|
| D | build-id.c | 258 char *dso__build_id_filename(const struct dso *dso, char *bf, size_t size, in dso__build_id_filename() function
|
| D | symbol.c | 1869 filename = dso__build_id_filename(dso, NULL, 0, false); in dso__load_vmlinux_path()
|
| D | machine.c | 868 if (dso__build_id_filename(kdso, filename, sizeof(filename), in machine__fprintf_vmlinux_path()
|
| D | annotate.c | 1666 build_id_filename = dso__build_id_filename(dso, NULL, 0, false); in dso__disassemble_filename()
|
| /Linux-v5.4/tools/perf/ |
| D | builtin-buildid-cache.c | 279 if (dso__build_id_filename(dso, filename, sizeof(filename), false) && in dso__missing_buildid_cache()
|