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.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/perf/util/symbol.h b/tools/perf/util/symbol.h
index 594156e43b10..36b7c717f5ee 100644
--- a/tools/perf/util/symbol.h
+++ b/tools/perf/util/symbol.h
@@ -144,8 +144,9 @@ int filename__read_build_id(const char *filename, void *bf, size_t size);
144int sysfs__read_build_id(const char *filename, void *bf, size_t size); 144int sysfs__read_build_id(const char *filename, void *bf, size_t size);
145bool dsos__read_build_ids(void); 145bool dsos__read_build_ids(void);
146int build_id__sprintf(u8 *self, int len, char *bf); 146int build_id__sprintf(u8 *self, int len, char *bf);
147int kallsyms__parse(void *arg, int (*process_symbol)(void *arg, const char *name, 147int kallsyms__parse(const char *filename, void *arg,
148 char type, u64 start)); 148 int (*process_symbol)(void *arg, const char *name,
149 char type, u64 start));
149 150
150int symbol__init(void); 151int symbol__init(void);
151bool symbol_type__is_a(char symbol_type, enum map_type map_type); 152bool symbol_type__is_a(char symbol_type, enum map_type map_type);