Home
last modified time | relevance | path

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

/tools/perf/ui/stdio/
Dhist.c778 for (line = 0; line < hpp_list->nr_header_lines; line++) { in hists__fprintf_standard_headers()
787 return hpp_list->nr_header_lines; in hists__fprintf_standard_headers()
811 return hpp_list->nr_header_lines + 2; in hists__fprintf_standard_headers()
/tools/perf/
Dbuiltin-c2c.c162 int nr_header_lines);
167 int nr_header_lines) in he__get_c2c_hists() argument
181 ret = c2c_hists__init(hists, sort, nr_header_lines); in he__get_c2c_hists()
418 if (!text && (line == hpp_list->nr_header_lines - 1)) in c2c_header()
1773 int nr_header_lines) in c2c_hists__init() argument
1785 hists->list.nr_header_lines = nr_header_lines; in c2c_hists__init()
/tools/perf/util/
Dhist.h266 int nr_header_lines; member
/tools/perf/ui/
Dhist.c449 .nr_header_lines = 1,
/tools/perf/ui/browsers/
Dhists.c87 header_offset = hb->show_headers ? hpp_list->nr_header_lines : 0; in hist_browser__update_rows()
120 header_offset = browser->show_headers ? hpp_list->nr_header_lines : 0; in hist_browser__gotorc()
1864 for (line = 0; line < hpp_list->nr_header_lines; line++) { in hists_browser__headers()
1906 header_offset = hpp_list->nr_header_lines; in hist_browser__refresh()