Lines Matching defs:hists
112 struct hists { struct
129 struct hists_stats stats; argument
142 #define hists__has(__h, __f) (__h)->hpp_list->__f argument
297 struct hists *hists; member
418 static inline bool hists__has_filter(struct hists *hists) in hists__has_filter()
451 struct hists hists; member
454 static inline struct evsel *hists_to_evsel(struct hists *hists) in hists_to_evsel()
466 static __pure inline bool hists__has_callchains(struct hists *hists) in hists__has_callchains()
570 #define hists__for_each_format(hists, format) \ argument
573 #define hists__for_each_sort_list(hists, format) \ argument
631 struct hists *hists) in perf_hpp__should_skip()
828 static inline int hists__scnprintf_title(struct hists *hists, char *bf, size_t size) in hists__scnprintf_title()