Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/ui/stdio/
Dhist.c703 for (line = 0; line < hpp_list->nr_header_lines; line++) { in hists__fprintf_standard_headers()
712 return hpp_list->nr_header_lines; in hists__fprintf_standard_headers()
736 return hpp_list->nr_header_lines + 2; in hists__fprintf_standard_headers()
/Linux-v4.19/tools/perf/
Dbuiltin-c2c.c173 int nr_header_lines);
178 int nr_header_lines) in he__get_c2c_hists() argument
192 ret = c2c_hists__init(hists, sort, nr_header_lines); in he__get_c2c_hists()
451 if (!text && (line == hpp_list->nr_header_lines - 1)) in c2c_header()
1856 int nr_header_lines) in c2c_hists__init() argument
1868 hists->list.nr_header_lines = nr_header_lines; in c2c_hists__init()
/Linux-v4.19/tools/perf/util/
Dhist.h273 int nr_header_lines; member
/Linux-v4.19/tools/perf/ui/
Dhist.c449 .nr_header_lines = 1,
/Linux-v4.19/tools/perf/ui/browsers/
Dhists.c70 browser->extra_title_lines = hb->show_headers ? hpp_list->nr_header_lines : 0; in hist_browser__set_title_space()
101 browser->extra_title_lines = hpp_list->nr_header_lines; in hist_browser__update_rows()
1715 for (line = 0; line < hpp_list->nr_header_lines; line++) { in hists_browser__headers()