diff options
Diffstat (limited to 'tools/perf/util/symbol.h')
-rw-r--r-- | tools/perf/util/symbol.h | 2 |
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); | |||
146 | struct dso *dso__new_kernel(const char *name); | 146 | struct dso *dso__new_kernel(const char *name); |
147 | void dso__delete(struct dso *self); | 147 | void dso__delete(struct dso *self); |
148 | 148 | ||
149 | int dso__name_len(const struct dso *self); | ||
150 | |||
149 | bool dso__loaded(const struct dso *self, enum map_type type); | 151 | bool dso__loaded(const struct dso *self, enum map_type type); |
150 | bool dso__sorted_by_name(const struct dso *self, enum map_type type); | 152 | bool dso__sorted_by_name(const struct dso *self, enum map_type type); |
151 | 153 | ||