Home
last modified time | relevance | path

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

/linux/tools/perf/ui/stdio/
H A 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/tools/perf/
H A Dbuiltin-c2c.c198 int nr_header_lines);
203 int nr_header_lines) in he__get_c2c_hists() argument
217 ret = c2c_hists__init(hists, sort, nr_header_lines); in he__get_c2c_hists()
475 if (!text && (line == hpp_list->nr_header_lines - 1)) in c2c_header()
2054 int nr_header_lines) in c2c_hists__init() argument
2066 hists->list.nr_header_lines = nr_header_lines; in c2c_hists__init()
/linux/tools/perf/util/
H A Dblock-info.c429 bh->block_list.nr_header_lines = 1; in init_block_hist()
/linux/tools/perf/ui/
H A Dhist.c566 .nr_header_lines = 1,
/linux/tools/perf/ui/browsers/
H A Dhists.c86 browser->extra_title_lines = hb->show_headers ? hpp_list->nr_header_lines : 0; in hist_browser__set_title_space()
117 browser->extra_title_lines = hpp_list->nr_header_lines; in hist_browser__update_rows()
1785 for (line = 0; line < hpp_list->nr_header_lines; line++) { in hists_browser__headers()