aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/event.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/util/event.h')
-rw-r--r--tools/perf/util/event.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/perf/util/event.h b/tools/perf/util/event.h
index 4a158a01bb97..0a443bea68db 100644
--- a/tools/perf/util/event.h
+++ b/tools/perf/util/event.h
@@ -107,8 +107,7 @@ typedef int (*symbol_filter_t)(struct map *map, struct symbol *sym);
107 107
108void map__init(struct map *self, u64 start, u64 end, u64 pgoff, 108void map__init(struct map *self, u64 start, u64 end, u64 pgoff,
109 struct dso *dso); 109 struct dso *dso);
110struct map *map__new(struct mmap_event *event, char *cwd, int cwdlen, 110struct map *map__new(struct mmap_event *event, char *cwd, int cwdlen);
111 unsigned int sym_priv_size);
112struct map *map__clone(struct map *self); 111struct map *map__clone(struct map *self);
113int map__overlap(struct map *l, struct map *r); 112int map__overlap(struct map *l, struct map *r);
114size_t map__fprintf(struct map *self, FILE *fp); 113size_t map__fprintf(struct map *self, FILE *fp);