diff options
Diffstat (limited to 'tools/perf/util/hist.h')
-rw-r--r-- | tools/perf/util/hist.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/hist.h b/tools/perf/util/hist.h index f55f0a8d1f81..0d486135d10f 100644 --- a/tools/perf/util/hist.h +++ b/tools/perf/util/hist.h | |||
@@ -55,6 +55,7 @@ struct hists { | |||
55 | u64 nr_entries; | 55 | u64 nr_entries; |
56 | const struct thread *thread_filter; | 56 | const struct thread *thread_filter; |
57 | const struct dso *dso_filter; | 57 | const struct dso *dso_filter; |
58 | const char *uid_filter_str; | ||
58 | pthread_mutex_t lock; | 59 | pthread_mutex_t lock; |
59 | struct events_stats stats; | 60 | struct events_stats stats; |
60 | u64 event_stream; | 61 | u64 event_stream; |