Lines Matching defs:hists
94 struct hists { struct
108 struct hists_stats stats; argument
118 #define hists__has(__h, __f) (__h)->hpp_list->__f argument
225 static inline bool hists__has_filter(struct hists *hists) in hists__has_filter()
243 struct hists hists; member
246 static inline struct evsel *hists_to_evsel(struct hists *hists) in hists_to_evsel()
258 static __pure inline bool hists__has_callchains(struct hists *hists) in hists__has_callchains()
362 #define hists__for_each_format(hists, format) \ argument
365 #define hists__for_each_sort_list(hists, format) \ argument
409 struct hists *hists) in perf_hpp__should_skip()
589 static inline int hists__scnprintf_title(struct hists *hists, char *bf, size_t size) in hists__scnprintf_title()