aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/dso.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/util/dso.h')
-rw-r--r--tools/perf/util/dso.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/util/dso.h b/tools/perf/util/dso.h
index c73276db6d6f..fc8db9c764ac 100644
--- a/tools/perf/util/dso.h
+++ b/tools/perf/util/dso.h
@@ -324,6 +324,8 @@ struct dso *__dsos__findnew(struct dsos *dsos, const char *name);
324struct dso *dsos__findnew(struct dsos *dsos, const char *name); 324struct dso *dsos__findnew(struct dsos *dsos, const char *name);
325bool __dsos__read_build_ids(struct list_head *head, bool with_hits); 325bool __dsos__read_build_ids(struct list_head *head, bool with_hits);
326 326
327void dso__reset_find_symbol_cache(struct dso *dso);
328
327size_t __dsos__fprintf_buildid(struct list_head *head, FILE *fp, 329size_t __dsos__fprintf_buildid(struct list_head *head, FILE *fp,
328 bool (skip)(struct dso *dso, int parm), int parm); 330 bool (skip)(struct dso *dso, int parm), int parm);
329size_t __dsos__fprintf(struct list_head *head, FILE *fp); 331size_t __dsos__fprintf(struct list_head *head, FILE *fp);