Searched refs:UNSORTABLE (Results 1 – 4 of 4) sorted by relevance
/external/fio/ |
D | ghelpers.h | 31 #define UNSORTABLE 8 macro
|
D | ghelpers.c | 120 if (!(flags & UNSORTABLE)) in tree_view_column()
|
D | gfio.c | 311 tree_view_column(tree_view, 0, "Time", ALIGN_RIGHT | UNSORTABLE); in gfio_ui_setup_log() 312 tree_view_column(tree_view, 1, "Host", ALIGN_RIGHT | UNSORTABLE); in gfio_ui_setup_log() 313 tree_view_column(tree_view, 2, "Level", ALIGN_RIGHT | UNSORTABLE); in gfio_ui_setup_log() 314 tree_view_column(tree_view, 3, "Text", ALIGN_LEFT | UNSORTABLE); in gfio_ui_setup_log()
|
D | gclient.c | 781 tree_view_column(tree_view, i, labels[i], ALIGN_RIGHT | UNSORTABLE); in gfio_show_io_depths() 857 tree_view_column(tree_view, i, labels[i], ALIGN_RIGHT | UNSORTABLE); in gfio_output_lat_buckets() 1053 tree_view_column(tree_view, i, fbuf, ALIGN_RIGHT | UNSORTABLE); in gfio_output_clat_percentiles()
|