Searched refs:rows (Results 1 – 7 of 7) sorted by relevance
/tools/perf/ui/ |
D | browser.c | 168 if (++row == browser->rows) in ui_browser__rb_tree_refresh() 184 browser->height = browser->rows = SLtt_Screen_Rows - 2; in ui_browser__refresh_dimensions() 411 if (browser->index == browser->top_idx + browser->rows) { in ui_browser__run() 439 if (browser->top_idx + browser->rows > browser->nr_entries - 1) in ui_browser__run() 442 offset = browser->rows; in ui_browser__run() 453 if (browser->top_idx < browser->rows) in ui_browser__run() 456 offset = browser->rows; in ui_browser__run() 466 offset = browser->rows - 1; in ui_browser__run() 497 if (++row == browser->rows) in ui_browser__list_head_refresh() 622 if (++row == browser->rows) in ui_browser__argv_refresh() [all …]
|
D | browser.h | 17 u16 y, x, width, height, rows, columns, horiz_scroll; member
|
/tools/lib/subcmd/ |
D | help.c | 104 int cols = 1, rows; in pretty_print_string_list() local 115 rows = (cmds->cnt + cols - 1) / cols; in pretty_print_string_list() 117 for (i = 0; i < rows; i++) { in pretty_print_string_list() 121 unsigned int n = j * rows + i; in pretty_print_string_list() 126 if (j == cols-1 || n + rows >= cmds->cnt) in pretty_print_string_list()
|
/tools/thermal/tmon/ |
D | tui.c | 121 int rows = max(DIAG_DEV_ROWS, (entries + 1) / 2); in diag_dev_rows() local 122 return min(rows, entries); in diag_dev_rows() 288 int rows, cols; in show_dialogue() local 294 getmaxyx(w, rows, cols); in show_dialogue() 318 mvwprintw(w, rows - 2, 1, in show_dialogue()
|
/tools/perf/util/ |
D | svghelper.h | 6 void open_svg(const char *filename, int cpus, int rows, u64 start, u64 end);
|
D | svghelper.c | 87 void open_svg(const char *filename, int cpus, int rows, u64 start, u64 end) in open_svg() argument 109 total_height = (1 + rows + cpu2slot(cpus)) * SLOT_MULT; in open_svg()
|
/tools/perf/ui/browsers/ |
D | hists.c | 77 browser->rows = browser->height - header_offset; in hist_browser__update_rows() 83 if (index_row >= browser->rows) in hist_browser__update_rows() 84 browser->index -= index_row - browser->rows + 1; in hist_browser__update_rows() 630 browser->b.rows, in hist_browser__run() 721 return browser->b.rows == row; in hist_browser__check_output_full() 1258 if (folded_sign == '-' && row != browser->b.rows) { in hist_browser__show_entry() 1424 if (entry->leaf && folded_sign == '-' && row != browser->b.rows) { in hist_browser__show_hierarchy_entry() 1721 if (row == browser->rows) in hist_browser__refresh() 1732 if (row == browser->rows) in hist_browser__refresh()
|