Lines Matching defs:hists
85 struct hists { struct
99 struct hists_stats stats; argument
109 #define hists__has(__h, __f) (__h)->hpp_list->__f argument
213 static inline bool hists__has_filter(struct hists *hists) in hists__has_filter()
231 struct hists hists; member
234 static inline struct evsel *hists_to_evsel(struct hists *hists) in hists_to_evsel()
246 static __pure inline bool hists__has_callchains(struct hists *hists) in hists__has_callchains()
349 #define hists__for_each_format(hists, format) \ argument
352 #define hists__for_each_sort_list(hists, format) \ argument
396 struct hists *hists) in perf_hpp__should_skip()
585 static inline int hists__scnprintf_title(struct hists *hists, char *bf, size_t size) in hists__scnprintf_title()