diff options
Diffstat (limited to 'tools/perf/util/symbol.h')
-rw-r--r-- | tools/perf/util/symbol.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/perf/util/symbol.h b/tools/perf/util/symbol.h index 478f5ab37787..ed885b06a023 100644 --- a/tools/perf/util/symbol.h +++ b/tools/perf/util/symbol.h | |||
@@ -186,8 +186,7 @@ enum dso_origin { | |||
186 | char dso__symtab_origin(const struct dso *self); | 186 | char dso__symtab_origin(const struct dso *self); |
187 | void dso__set_long_name(struct dso *self, char *name); | 187 | void dso__set_long_name(struct dso *self, char *name); |
188 | void dso__set_build_id(struct dso *self, void *build_id); | 188 | void dso__set_build_id(struct dso *self, void *build_id); |
189 | void dso__read_running_kernel_build_id(struct dso *self, | 189 | void dso__read_running_kernel_build_id(struct dso *self, struct machine *machine); |
190 | struct kernel_info *kerninfo); | ||
191 | struct symbol *dso__find_symbol(struct dso *self, enum map_type type, u64 addr); | 190 | struct symbol *dso__find_symbol(struct dso *self, enum map_type type, u64 addr); |
192 | struct symbol *dso__find_symbol_by_name(struct dso *self, enum map_type type, | 191 | struct symbol *dso__find_symbol_by_name(struct dso *self, enum map_type type, |
193 | const char *name); | 192 | const char *name); |