Searched refs:dso__build_id_filename (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/tools/perf/util/ |
D | build-id.h | 22 char *dso__build_id_filename(const struct dso *dso, char *bf, size_t size,
|
D | dso.c | 104 if (dso__build_id_filename(dso, filename, size, false) == NULL) in dso__read_binary_type_filename() 109 if (dso__build_id_filename(dso, filename, size, true) == NULL) in dso__read_binary_type_filename()
|
D | build-id.c | 252 char *dso__build_id_filename(const struct dso *dso, char *bf, size_t size, in dso__build_id_filename() function
|
D | symbol.c | 1750 filename = dso__build_id_filename(dso, NULL, 0, false); in dso__load_vmlinux_path()
|
D | machine.c | 782 if (dso__build_id_filename(kdso, filename, sizeof(filename), in machine__fprintf_vmlinux_path()
|
D | annotate.c | 1608 build_id_filename = dso__build_id_filename(dso, NULL, 0, false); in dso__disassemble_filename()
|
/Linux-v4.19/tools/perf/ |
D | builtin-buildid-cache.c | 276 if (dso__build_id_filename(dso, filename, sizeof(filename), false) && in dso__missing_buildid_cache()
|