Searched refs:column (Results 1 – 3 of 3) sorted by relevance
247 static boolean_t gc_is_tab_stop(unsigned int column);264 static void gc_set_tab_stop(unsigned int column, boolean_t enabled);976 gc_set_tab_stop(unsigned int column, boolean_t enabled) in gc_set_tab_stop() argument978 if (gc_buffer_tab_stops && (column < vinfo.v_columns)) { in gc_set_tab_stop()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() local[all …]
479 def SortThreads(threads, column): argument480 if column != 'on-core' and column != 'off-core' and column != 'last-duration':482 if column == 'on-core':484 elif column == 'off-core':
45 Its subcommands print each metric as a column and then uses rows for the groupings, like per-CPU or…