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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/perf/util/symbol.h b/tools/perf/util/symbol.h
index d61f35074997..60151521f41d 100644
--- a/tools/perf/util/symbol.h
+++ b/tools/perf/util/symbol.h
@@ -56,7 +56,8 @@ struct symbol_conf {
56 bool try_vmlinux_path, 56 bool try_vmlinux_path,
57 use_modules, 57 use_modules,
58 sort_by_name; 58 sort_by_name;
59 const char *vmlinux_name; 59 const char *vmlinux_name,
60 *field_sep;
60 char *dso_list_str, 61 char *dso_list_str,
61 *comm_list_str, 62 *comm_list_str,
62 *sym_list_str, 63 *sym_list_str,
@@ -79,6 +80,7 @@ struct addr_location {
79 struct symbol *sym; 80 struct symbol *sym;
80 u64 addr; 81 u64 addr;
81 char level; 82 char level;
83 bool filtered;
82}; 84};
83 85
84struct dso { 86struct dso {