Home
last modified time | relevance | path

Searched refs:tree_view_column (Results 1 – 4 of 4) sorted by relevance

/external/fio/
Dghelpers.h33 GtkTreeViewColumn *tree_view_column(GtkWidget *tree_view, int index, const char *title, unsigned in…
Dghelpers.c103 GtkTreeViewColumn *tree_view_column(GtkWidget *tree_view, int index, const char *title, unsigned in… in tree_view_column() function
Dgfio.c311 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()
Dgclient.c781 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()