diff options
Diffstat (limited to 'tools/perf/util/event.h')
-rw-r--r-- | tools/perf/util/event.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/perf/util/event.h b/tools/perf/util/event.h index 2ae1177be40b..3064a05f0f52 100644 --- a/tools/perf/util/event.h +++ b/tools/perf/util/event.h | |||
@@ -106,10 +106,11 @@ struct symbol; | |||
106 | typedef int (*symbol_filter_t)(struct map *map, struct symbol *sym); | 106 | typedef int (*symbol_filter_t)(struct map *map, struct symbol *sym); |
107 | 107 | ||
108 | struct map *map__new(struct mmap_event *event, char *cwd, int cwdlen, | 108 | struct map *map__new(struct mmap_event *event, char *cwd, int cwdlen, |
109 | unsigned int sym_priv_size, symbol_filter_t filter); | 109 | unsigned int sym_priv_size); |
110 | struct map *map__clone(struct map *self); | 110 | struct map *map__clone(struct map *self); |
111 | int map__overlap(struct map *l, struct map *r); | 111 | int map__overlap(struct map *l, struct map *r); |
112 | size_t map__fprintf(struct map *self, FILE *fp); | 112 | size_t map__fprintf(struct map *self, FILE *fp); |
113 | struct symbol *map__find_symbol(struct map *self, u64 ip, symbol_filter_t filter); | ||
113 | 114 | ||
114 | int event__synthesize_thread(pid_t pid, int (*process)(event_t *event)); | 115 | int event__synthesize_thread(pid_t pid, int (*process)(event_t *event)); |
115 | void event__synthesize_threads(int (*process)(event_t *event)); | 116 | void event__synthesize_threads(int (*process)(event_t *event)); |