Searched refs:dso__build_id_filename (Results 1 – 7 of 7) sorted by relevance
/tools/perf/util/ |
D | build-id.h | 18 char *dso__build_id_filename(const struct dso *dso, char *bf, size_t size);
|
D | build-id.c | 158 char *dso__build_id_filename(const struct dso *dso, char *bf, size_t size) in dso__build_id_filename() function
|
D | dso.c | 63 (dso__build_id_filename(dso, filename, size) == NULL)) in dso__read_binary_type_filename()
|
D | annotate.c | 1078 char *filename = dso__build_id_filename(dso, NULL, 0); in symbol__annotate()
|
D | symbol.c | 1632 filename = dso__build_id_filename(dso, NULL, 0); in dso__load_vmlinux_path()
|
D | machine.c | 633 if (dso__build_id_filename(kdso, filename, sizeof(filename))) in machine__fprintf_vmlinux_path()
|
/tools/perf/ |
D | builtin-buildid-cache.c | 244 if (dso__build_id_filename(dso, filename, sizeof(filename)) && in dso__missing_buildid_cache()
|