diff options
Diffstat (limited to 'tools/perf/util/hist.h')
-rw-r--r-- | tools/perf/util/hist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/hist.h b/tools/perf/util/hist.h index 2b690d028907..e988c9fcd1bc 100644 --- a/tools/perf/util/hist.h +++ b/tools/perf/util/hist.h | |||
@@ -60,7 +60,7 @@ struct hists { | |||
60 | struct rb_root entries_collapsed; | 60 | struct rb_root entries_collapsed; |
61 | u64 nr_entries; | 61 | u64 nr_entries; |
62 | u64 nr_non_filtered_entries; | 62 | u64 nr_non_filtered_entries; |
63 | const struct thread *thread_filter; | 63 | struct thread *thread_filter; |
64 | const struct dso *dso_filter; | 64 | const struct dso *dso_filter; |
65 | const char *uid_filter_str; | 65 | const char *uid_filter_str; |
66 | const char *symbol_filter_str; | 66 | const char *symbol_filter_str; |