aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/symbol.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/util/symbol.h')
-rw-r--r--tools/perf/util/symbol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/symbol.h b/tools/perf/util/symbol.h
index e90568a9e467..1b4192ee5300 100644
--- a/tools/perf/util/symbol.h
+++ b/tools/perf/util/symbol.h
@@ -157,7 +157,7 @@ struct symbol *dso__find_symbol_by_name(struct dso *self, enum map_type type,
157 157
158int filename__read_build_id(const char *filename, void *bf, size_t size); 158int filename__read_build_id(const char *filename, void *bf, size_t size);
159int sysfs__read_build_id(const char *filename, void *bf, size_t size); 159int sysfs__read_build_id(const char *filename, void *bf, size_t size);
160bool dsos__read_build_ids(void); 160bool dsos__read_build_ids(bool with_hits);
161int build_id__sprintf(const u8 *self, int len, char *bf); 161int build_id__sprintf(const u8 *self, int len, char *bf);
162int kallsyms__parse(const char *filename, void *arg, 162int kallsyms__parse(const char *filename, void *arg,
163 int (*process_symbol)(void *arg, const char *name, 163 int (*process_symbol)(void *arg, const char *name,