Lines Matching defs:hists
56 struct hists { struct
57 struct rb_root entries_in_array[2];
58 struct rb_root *entries_in;
59 struct rb_root entries;
60 struct rb_root entries_collapsed;
61 u64 nr_entries;
62 u64 nr_non_filtered_entries;
63 struct thread *thread_filter;
64 const struct dso *dso_filter;
65 const char *uid_filter_str;
66 const char *symbol_filter_str;
67 pthread_mutex_t lock;
68 struct events_stats stats;
69 u64 event_stream;
70 u16 col_len[HISTC_NR_COLS];
147 static inline bool hists__has_filter(struct hists *hists) in hists__has_filter()
164 struct hists hists; member
167 static inline struct perf_evsel *hists_to_evsel(struct hists *hists) in hists_to_evsel()