Home
last modified time | relevance | path

Searched refs:nr_header_lines (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/tools/perf/ui/stdio/
Dhist.c764 for (line = 0; line < hpp_list->nr_header_lines; line++) { in hists__fprintf_standard_headers()
773 return hpp_list->nr_header_lines; in hists__fprintf_standard_headers()
797 return hpp_list->nr_header_lines + 2; in hists__fprintf_standard_headers()
/Linux-v5.10/tools/perf/
Dbuiltin-c2c.c183 int nr_header_lines);
188 int nr_header_lines) in he__get_c2c_hists() argument
202 ret = c2c_hists__init(hists, sort, nr_header_lines); in he__get_c2c_hists()
464 if (!text && (line == hpp_list->nr_header_lines - 1)) in c2c_header()
1823 int nr_header_lines) in c2c_hists__init() argument
1835 hists->list.nr_header_lines = nr_header_lines; in c2c_hists__init()
/Linux-v5.10/tools/perf/util/
Dblock-info.c393 bh->block_list.nr_header_lines = 1; in init_block_hist()
Dhist.h289 int nr_header_lines; member
/Linux-v5.10/tools/perf/ui/
Dhist.c516 .nr_header_lines = 1,
/Linux-v5.10/tools/perf/ui/browsers/
Dhists.c85 browser->extra_title_lines = hb->show_headers ? hpp_list->nr_header_lines : 0; in hist_browser__set_title_space()
116 browser->extra_title_lines = hpp_list->nr_header_lines; in hist_browser__update_rows()
1793 for (line = 0; line < hpp_list->nr_header_lines; line++) { in hists_browser__headers()