aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/symbol.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/util/symbol.h')
-rw-r--r--tools/perf/util/symbol.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/util/symbol.h b/tools/perf/util/symbol.h
index 80e569bbdecc..d436ee3d3a73 100644
--- a/tools/perf/util/symbol.h
+++ b/tools/perf/util/symbol.h
@@ -146,6 +146,8 @@ struct dso *dso__new(const char *name);
146struct dso *dso__new_kernel(const char *name); 146struct dso *dso__new_kernel(const char *name);
147void dso__delete(struct dso *self); 147void dso__delete(struct dso *self);
148 148
149int dso__name_len(const struct dso *self);
150
149bool dso__loaded(const struct dso *self, enum map_type type); 151bool dso__loaded(const struct dso *self, enum map_type type);
150bool dso__sorted_by_name(const struct dso *self, enum map_type type); 152bool dso__sorted_by_name(const struct dso *self, enum map_type type);
151 153