|
@@ -338,7 +338,6 @@ struct symbol *dso__find_symbol_by_name(struct dso *dso, enum map_type type,
|
|
|
int filename__read_build_id(const char *filename, void *bf, size_t size);
|
|
|
int sysfs__read_build_id(const char *filename, void *bf, size_t size);
|
|
|
bool __dsos__read_build_ids(struct list_head *head, bool with_hits);
|
|
|
-int build_id__sprintf(const u8 *build_id, int len, char *bf);
|
|
|
int kallsyms__parse(const char *filename, void *arg,
|
|
|
int (*process_symbol)(void *arg, const char *name,
|
|
|
char type, u64 start));
|