Searched refs:perf_hpp__should_skip (Results 1 – 6 of 6) sorted by relevance
/linux/tools/perf/ui/stdio/ |
H A D | hist.c | 431 if (perf_hpp__should_skip(fmt, he->hists)) in __hist_entry__snprintf() 680 if (perf_hpp__should_skip(fmt, hists)) in hists__fprintf_hierarchy_headers() 722 if (perf_hpp__should_skip(fmt, hists)) in hists__fprintf_hierarchy_headers() 754 if (perf_hpp__should_skip(fmt, hists)) in fprintf_line() 799 if (perf_hpp__should_skip(fmt, hists)) in hists__fprintf_standard_headers()
|
/linux/tools/perf/ui/gtk/ |
H A D | hists.c | 326 if (perf_hpp__should_skip(fmt, hists)) in perf_gtk__show_hists() 376 if (perf_hpp__should_skip(fmt, h->hists)) in perf_gtk__show_hists() 551 if (perf_hpp__should_skip(fmt, hists)) in perf_gtk__show_hierarchy()
|
/linux/tools/perf/ui/browsers/ |
H A D | hists.c | 1370 if (perf_hpp__should_skip(fmt, entry->hists) || in hist_browser__show_entry() 1490 if (perf_hpp__should_skip(fmt, entry->hists) || in hist_browser__show_hierarchy_entry() 1632 if (perf_hpp__should_skip(fmt, browser->hists) || in hist_browser__show_no_entry() 1697 if (perf_hpp__should_skip(fmt, hists) || column++ < browser->b.horiz_scroll) in hists_browser__scnprintf_headers() 1776 if (perf_hpp__should_skip(fmt, hists)) in hists_browser__scnprintf_hierarchy_headers() 2112 if (perf_hpp__should_skip(fmt, he->hists)) in hist_browser__fprintf_entry()
|
/linux/tools/perf/ui/ |
H A D | hist.c | 1047 if (perf_hpp__should_skip(fmt, hists)) in hists__sort_list_width() 1172 bool skip = perf_hpp__should_skip(fmt, hists); in add_hierarchy_fmt()
|
/linux/tools/perf/util/ |
H A D | hist.h | 630 static inline bool perf_hpp__should_skip(struct perf_hpp_fmt *format, in perf_hpp__should_skip() function
|
H A D | hist.c | 1410 if (ignore_skipped && perf_hpp__should_skip(fmt, hists)) in hist_entry__cmp_impl()
|