Home
last modified time | relevance | path

Searched refs:extra_title_lines (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/perf/ui/
H A Dbrowser.h21 u8 extra_title_lines; member
H A Dbrowser.c54 SLsmg_gotorc(browser->y + y + browser->extra_title_lines, browser->x + x); in ui_browser__gotorc()
198 browser->rows -= browser->extra_title_lines; in ui_browser__refresh_dimensions()
347 SLsmg_fill_region(browser->y + row + browser->extra_title_lines, browser->x, in __ui_browser__refresh()
/openbmc/linux/tools/perf/ui/browsers/
H A Dhists.c85 browser->extra_title_lines = hb->show_headers ? hpp_list->nr_header_lines : 0; in hist_browser__set_title_space()
111 browser->rows += browser->extra_title_lines; in hist_browser__update_rows()
112 browser->extra_title_lines = 0; in hist_browser__update_rows()
116 browser->extra_title_lines = hpp_list->nr_header_lines; in hist_browser__update_rows()
117 browser->rows -= browser->extra_title_lines; in hist_browser__update_rows()
708 browser->b.extra_title_lines, browser->b.rows, in hist_browser__handle_hotkey()
H A Dannotate.c964 .extra_title_lines = 1, /* for hists__scnprintf_title() */ in symbol__tui_annotate()