Lines Matching defs:hists
99 struct hists { struct
113 struct hists_stats stats; argument
123 #define hists__has(__h, __f) (__h)->hpp_list->__f argument
269 struct hists *hists; member
388 static inline bool hists__has_filter(struct hists *hists) in hists__has_filter()
420 struct hists hists; member
423 static inline struct evsel *hists_to_evsel(struct hists *hists) in hists_to_evsel()
435 static __pure inline bool hists__has_callchains(struct hists *hists) in hists__has_callchains()
539 #define hists__for_each_format(hists, format) \ argument
542 #define hists__for_each_sort_list(hists, format) \ argument
589 struct hists *hists) in perf_hpp__should_skip()
782 static inline int hists__scnprintf_title(struct hists *hists, char *bf, size_t size) in hists__scnprintf_title()