Searched refs:rows (Results 1 – 13 of 13) sorted by relevance
| /tools/perf/ui/ |
| A D | browser.c | 181 if (++row == browser->rows) in ui_browser__rb_tree_refresh() 198 browser->rows -= browser->extra_title_lines; in ui_browser__refresh_dimensions() 356 browser->rows - row, width, ' '); in __ui_browser__refresh() 470 offset = browser->rows; in ui_browser__run() 481 if (browser->top_idx < browser->rows) in ui_browser__run() 484 offset = browser->rows; in ui_browser__run() 494 offset = browser->rows - 1; in ui_browser__run() 525 if (++row == browser->rows) in ui_browser__list_head_refresh() 654 if (++row == browser->rows) in ui_browser__argv_refresh() 700 row = browser->rows - 1; in __ui_browser__line_arrow_up() [all …]
|
| A D | browser.h | 20 u16 y, x, width, height, rows, columns, horiz_scroll; member
|
| /tools/lib/subcmd/ |
| A D | help.c | 132 int cols = 1, rows; in pretty_print_string_list() local 143 rows = (cmds->cnt + cols - 1) / cols; in pretty_print_string_list() 145 for (i = 0; i < rows; i++) { in pretty_print_string_list() 149 unsigned int n = j * rows + i; in pretty_print_string_list() 154 if (j == cols-1 || n + rows >= cmds->cnt) in pretty_print_string_list()
|
| /tools/thermal/tmon/ |
| A D | tui.c | 112 int rows = max(DIAG_DEV_ROWS, (entries + 1) / 2); in diag_dev_rows() local 113 return min(rows, entries); in diag_dev_rows() 279 int rows, cols; in show_dialogue() local 285 getmaxyx(w, rows, cols); in show_dialogue() 309 mvwprintw(w, rows - 2, 1, in show_dialogue()
|
| /tools/perf/util/ |
| A D | svghelper.h | 9 void open_svg(const char *filename, int cpus, int rows, u64 start, u64 end);
|
| A 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/testing/selftests/kvm/x86/ |
| A D | amx_test.c | 42 u8 rows[MAX_TILES]; member 123 cfg->rows[i] = xtile.max_rows; in set_tilecfg()
|
| /tools/perf/ui/browsers/ |
| A D | hists.c | 112 browser->rows += browser->extra_title_lines; in hist_browser__update_rows() 118 browser->rows -= browser->extra_title_lines; in hist_browser__update_rows() 124 if (index_row >= browser->rows) in hist_browser__update_rows() 125 browser->index -= index_row - browser->rows + 1; in hist_browser__update_rows() 709 browser->b.extra_title_lines, browser->b.rows, in hist_browser__handle_hotkey() 833 return browser->b.rows == row; in hist_browser__check_output_full() 1419 if (folded_sign == '-' && row != browser->b.rows) { in hist_browser__show_entry() 1587 if (entry->leaf && folded_sign == '-' && row != browser->b.rows) { in hist_browser__show_hierarchy_entry() 1890 if (row == browser->rows) in hist_browser__refresh() 1901 if (row == browser->rows) in hist_browser__refresh()
|
| A D | annotate-data.c | 321 if (++row == uib->rows) in browser__refresh()
|
| A D | annotate.c | 230 __ui_browser__vline(browser, pcnt_width, 0, browser->rows - 1); in annotate_browser__refresh()
|
| /tools/perf/scripts/python/ |
| A D | exported-sql-viewer.py | 2479 self.rows = [] 2483 self.rows = [] 2489 self.rows.append(child.row) 2495 self.rows.append(child.row) 2502 if not len(self.rows): 2504 return self.rows[self.pos] 2509 elif len(self.rows): 2512 if self.pos >= len(self.rows): 2517 self.pos = len(self.rows) - 1 2518 row = self.rows[self.pos]
|
| /tools/power/pm-graph/ |
| A D | sleepgraph.py | 2773 self.rows = 0 # total timeline rows 2914 if(row > self.rows): 2915 self.rows = int(row) 4788 devtl.getPhaseRows(threadlist, devtl.rows)
|
| /tools/arch/x86/kcpuid/ |
| A D | cpuid.csv | 566 0x1d, 1, ecx, 15:0, amx_tile_nr_rows , AMX tile max number of rows 571 …0x1e, 0, ebx, 7:0, tmul_maxk , TMUL unit maximum height, K (rows or c…
|
Completed in 47 milliseconds