diff options
Diffstat (limited to 'tools/perf/util/symbol.h')
-rw-r--r-- | tools/perf/util/symbol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/symbol.h b/tools/perf/util/symbol.h index 12defbe18c13..bcd2f986927e 100644 --- a/tools/perf/util/symbol.h +++ b/tools/perf/util/symbol.h | |||
@@ -86,6 +86,7 @@ struct symbol_conf { | |||
86 | struct strlist *dso_list, | 86 | struct strlist *dso_list, |
87 | *comm_list, | 87 | *comm_list, |
88 | *sym_list; | 88 | *sym_list; |
89 | const char *symfs; | ||
89 | }; | 90 | }; |
90 | 91 | ||
91 | extern struct symbol_conf symbol_conf; | 92 | extern struct symbol_conf symbol_conf; |