diff options
Diffstat (limited to 'tools/perf/util/symbol.h')
-rw-r--r-- | tools/perf/util/symbol.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/perf/util/symbol.h b/tools/perf/util/symbol.h index ccd1caa40e11..a937053a0ae0 100644 --- a/tools/perf/util/symbol.h +++ b/tools/perf/util/symbol.h | |||
@@ -110,7 +110,8 @@ struct symbol_conf { | |||
110 | has_filter, | 110 | has_filter, |
111 | show_ref_callgraph, | 111 | show_ref_callgraph, |
112 | hide_unresolved, | 112 | hide_unresolved, |
113 | raw_trace; | 113 | raw_trace, |
114 | report_hierarchy; | ||
114 | const char *vmlinux_name, | 115 | const char *vmlinux_name, |
115 | *kallsyms_name, | 116 | *kallsyms_name, |
116 | *source_prefix, | 117 | *source_prefix, |