diff options
Diffstat (limited to 'tools/perf/util/event.h')
-rw-r--r-- | tools/perf/util/event.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/util/event.h b/tools/perf/util/event.h index a92e0b039a6a..8027309b0422 100644 --- a/tools/perf/util/event.h +++ b/tools/perf/util/event.h | |||
@@ -152,6 +152,8 @@ size_t map__fprintf(struct map *self, FILE *fp); | |||
152 | 152 | ||
153 | struct perf_session; | 153 | struct perf_session; |
154 | 154 | ||
155 | int map__load(struct map *self, struct perf_session *session, | ||
156 | symbol_filter_t filter); | ||
155 | struct symbol *map__find_symbol(struct map *self, struct perf_session *session, | 157 | struct symbol *map__find_symbol(struct map *self, struct perf_session *session, |
156 | u64 addr, symbol_filter_t filter); | 158 | u64 addr, symbol_filter_t filter); |
157 | struct symbol *map__find_symbol_by_name(struct map *self, const char *name, | 159 | struct symbol *map__find_symbol_by_name(struct map *self, const char *name, |