Searched refs:dso__build_id_filename (Results 1 – 4 of 4) sorted by relevance
/external/linux-tools-perf/util/ |
D | build-id.h | 8 char *dso__build_id_filename(struct dso *self, char *bf, size_t size);
|
D | build-id.c | 70 char *dso__build_id_filename(struct dso *self, char *bf, size_t size) in dso__build_id_filename() function
|
D | annotate.c | 269 char *filename = dso__build_id_filename(dso, NULL, 0); in symbol__annotate()
|
D | symbol.c | 1534 (dso__build_id_filename(dso, name, size) == NULL)) { in dso__load() 1906 filename = dso__build_id_filename(dso, NULL, 0); in dso__load_vmlinux_path() 2423 if (dso__build_id_filename(kdso, filename, sizeof(filename))) in machine__fprintf_vmlinux_path()
|