Searched refs:perf_hpp__should_skip (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/tools/perf/ui/stdio/ |
D | hist.c | 419 if (perf_hpp__should_skip(fmt, he->hists)) in __hist_entry__snprintf() 606 if (perf_hpp__should_skip(fmt, hists)) in hists__fprintf_hierarchy_headers() 644 if (perf_hpp__should_skip(fmt, hists)) in hists__fprintf_hierarchy_headers() 676 if (perf_hpp__should_skip(fmt, hists)) in fprintf_line() 721 if (perf_hpp__should_skip(fmt, hists)) in hists__fprintf_standard_headers()
|
/Linux-v4.19/tools/perf/ui/gtk/ |
D | hists.c | 324 if (perf_hpp__should_skip(fmt, hists)) in perf_gtk__show_hists() 374 if (perf_hpp__should_skip(fmt, h->hists)) in perf_gtk__show_hists() 549 if (perf_hpp__should_skip(fmt, hists)) in perf_gtk__show_hierarchy()
|
/Linux-v4.19/tools/perf/ui/ |
D | hist.c | 651 if (perf_hpp__should_skip(fmt, hists)) in hists__sort_list_width() 761 bool skip = perf_hpp__should_skip(fmt, hists); in add_hierarchy_fmt()
|
/Linux-v4.19/tools/perf/ui/browsers/ |
D | hists.c | 1267 if (perf_hpp__should_skip(fmt, entry->hists) || in hist_browser__show_entry() 1387 if (perf_hpp__should_skip(fmt, entry->hists) || in hist_browser__show_hierarchy_entry() 1529 if (perf_hpp__should_skip(fmt, browser->hists) || in hist_browser__show_no_entry() 1594 if (perf_hpp__should_skip(fmt, hists) || column++ < browser->b.horiz_scroll) in hists_browser__scnprintf_headers() 1669 if (perf_hpp__should_skip(fmt, hists)) in hists_browser__scnprintf_hierarchy_headers() 1997 if (perf_hpp__should_skip(fmt, he->hists)) in hist_browser__fprintf_entry()
|
/Linux-v4.19/tools/perf/util/ |
D | hist.h | 373 static inline bool perf_hpp__should_skip(struct perf_hpp_fmt *format, in perf_hpp__should_skip() function
|
D | hist.c | 1516 if (perf_hpp__should_skip(fmt, a->hists)) in hist_entry__sort()
|