Lines Matching defs:hists
89 struct hists { struct
103 struct hists_stats stats; argument
113 #define hists__has(__h, __f) (__h)->hpp_list->__f argument
218 static inline bool hists__has_filter(struct hists *hists) in hists__has_filter()
236 struct hists hists; member
239 static inline struct evsel *hists_to_evsel(struct hists *hists) in hists_to_evsel()
251 static __pure inline bool hists__has_callchains(struct hists *hists) in hists__has_callchains()
355 #define hists__for_each_format(hists, format) \ argument
358 #define hists__for_each_sort_list(hists, format) \ argument
402 struct hists *hists) in perf_hpp__should_skip()
591 static inline int hists__scnprintf_title(struct hists *hists, char *bf, size_t size) in hists__scnprintf_title()