Lines Matching defs:hists
61 struct hists { struct
62 struct rb_root entries_in_array[2];
63 struct rb_root *entries_in;
64 struct rb_root entries;
65 struct rb_root entries_collapsed;
66 u64 nr_entries;
67 u64 nr_non_filtered_entries;
68 struct thread *thread_filter;
69 const struct dso *dso_filter;
70 const char *uid_filter_str;
71 const char *symbol_filter_str;
72 pthread_mutex_t lock;
73 struct events_stats stats;
74 u64 event_stream;
75 u16 col_len[HISTC_NR_COLS];
76 int socket_filter;
154 static inline bool hists__has_filter(struct hists *hists) in hists__has_filter()
171 struct hists hists; member
174 static inline struct perf_evsel *hists_to_evsel(struct hists *hists) in hists_to_evsel()