Searched refs:rows (Results 1 – 6 of 6) sorted by relevance
/tools/perf/ui/ |
D | browser.c | 153 if (++row == browser->rows) in ui_browser__rb_tree_refresh() 169 browser->height = browser->rows = SLtt_Screen_Rows - 2; in ui_browser__refresh_dimensions() 395 if (browser->index == browser->top_idx + browser->rows) { in ui_browser__run() 411 if (browser->top_idx + browser->rows > browser->nr_entries - 1) in ui_browser__run() 414 offset = browser->rows; in ui_browser__run() 425 if (browser->top_idx < browser->rows) in ui_browser__run() 428 offset = browser->rows; in ui_browser__run() 438 offset = browser->rows - 1; in ui_browser__run() 468 if (++row == browser->rows) in ui_browser__list_head_refresh() 593 if (++row == browser->rows) in ui_browser__argv_refresh() [all …]
|
D | browser.h | 17 u16 y, x, width, height, rows; member
|
/tools/perf/util/ |
D | help.c | 76 int cols = 1, rows; in pretty_print_string_list() local 87 rows = (cmds->cnt + cols - 1) / cols; in pretty_print_string_list() 89 for (i = 0; i < rows; i++) { in pretty_print_string_list() 93 unsigned int n = j * rows + i; in pretty_print_string_list() 98 if (j == cols-1 || n + rows >= cmds->cnt) in pretty_print_string_list()
|
D | svghelper.h | 6 extern void open_svg(const char *filename, int cpus, int rows, u64 start, u64 end);
|
D | svghelper.c | 86 void open_svg(const char *filename, int cpus, int rows, u64 start, u64 end) in open_svg() argument 108 total_height = (1 + rows + cpu2slot(cpus)) * SLOT_MULT; in open_svg()
|
/tools/perf/ui/browsers/ |
D | hists.c | 68 browser->rows = browser->height - header_offset; in hist_browser__update_rows() 74 if (index_row >= browser->rows) in hist_browser__update_rows() 75 browser->index -= index_row - browser->rows + 1; in hist_browser__update_rows() 435 browser->b.rows, in hist_browser__run() 541 return browser->b.rows == row; in hist_browser__check_output_full() 803 if (folded_sign == '-' && row != browser->b.rows) { in hist_browser__show_entry() 905 if (row == browser->rows) in hist_browser__refresh()
|