Searched refs:column (Results 1 – 3 of 3) sorted by relevance
979 gc_buffer_tab_stops[column] = enabled; in gc_set_tab_stop()984 gc_is_tab_stop(unsigned int column) in gc_is_tab_stop() argument987 return (column % 8) == 0; in gc_is_tab_stop()989 if (column < vinfo.v_columns) { in gc_is_tab_stop()990 return gc_buffer_tab_stops[column]; in gc_is_tab_stop()1020 uint32_t column, row; in gc_scroll_down() local1028 for (column = 0; column < gc_buffer_columns; index++, column++) { in gc_scroll_down()1070 for (column = 0; column < gc_buffer_columns; index++, column++) { in gc_scroll_down()1114 uint32_t column, row; in gc_scroll_up() local1122 for (column = 0; column < gc_buffer_columns; index++, column++) { in gc_scroll_up()[all …]
480 def SortThreads(threads, column): argument481 if column != 'on-core' and column != 'off-core' and column != 'last-duration':483 if column == 'on-core':485 elif column == 'off-core':
52 Its subcommands print each metric as a column and then uses rows for the groupings, like per-CPU or…