]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - tools/perf/util/symbol.h
perf symbols: Add dso__last_symbol()
[mirror_ubuntu-artful-kernel.git] / tools / perf / util / symbol.h
index 0dacfb7d5b67b0b39bd481342e09bed3600ef7d9..d964844eb3141fa1b94b1a39c8db05557b4f50d6 100644 (file)
@@ -259,6 +259,7 @@ struct symbol *dso__find_symbol_by_name(struct dso *dso, enum map_type type,
 struct symbol *symbol__next_by_name(struct symbol *sym);
 
 struct symbol *dso__first_symbol(struct dso *dso, enum map_type type);
+struct symbol *dso__last_symbol(struct dso *dso, enum map_type type);
 struct symbol *dso__next_symbol(struct symbol *sym);
 
 enum dso_type dso__type_fd(int fd);