Lines Matching refs:GtkWidget
20 static gboolean results_window_delete(GtkWidget *w, gpointer data) in results_window_delete()
30 static void results_close(GtkWidget *w, gpointer *data) in results_close()
37 static void results_print(GtkWidget *w, gpointer *data) in results_print()
65 static GtkWidget *get_results_menubar(GtkWidget *window, struct gui_entry *ge) in get_results_menubar()
68 GtkWidget *widget; in get_results_menubar()
85 static GtkWidget *get_results_window(struct gui_entry *ge) in get_results_window()
87 GtkWidget *win, *notebook, *vbox; in get_results_window()
144 static void disk_util_destroy(GtkWidget *w, gpointer data) in disk_util_destroy()
152 static GtkWidget *gfio_disk_util_get_vbox(struct gui_entry *ge) in gfio_disk_util_get_vbox()
154 GtkWidget *vbox, *box, *scroll, *res_notebook; in gfio_disk_util_get_vbox()
174 static int __gfio_disk_util_show(GtkWidget *res_notebook, in __gfio_disk_util_show()
177 GtkWidget *box, *frame, *entry, *vbox, *util_vbox; in __gfio_disk_util_show()
245 GtkWidget *res_notebook; in gfio_disk_util_show()
776 static void gfio_show_io_depths(GtkWidget *vbox, struct thread_stat *ts)
778 GtkWidget *frame, *box, *tree_view = NULL;
816 static void gfio_show_cpu_usage(GtkWidget *vbox, struct thread_stat *ts)
818 GtkWidget *box, *frame, *entry;
854 static GtkWidget *gfio_output_lat_buckets(double *lat, const char **labels,
857 GtkWidget *tree_view;
924 static int on_expose_lat_drawing_area(GtkWidget *w, GdkEvent *event, gpointer p)
943 static gint on_config_lat_drawing_area(GtkWidget *w, GdkEventConfigure *event,
956 static void gfio_show_latency_buckets(struct gfio_client *gc, GtkWidget *vbox,
966 GtkWidget *frame, *tree_view, *hbox, *completion_vbox, *drawing_area;
1012 static void gfio_show_lat(GtkWidget *vbox, const char *name, unsigned long min,
1016 GtkWidget *hbox, *label, *frame;
1048 static GtkWidget *gfio_output_clat_percentiles(unsigned int *ovals,
1055 GtkWidget *tree_view;
1119 GtkWidget *vbox, struct thread_stat *ts,
1127 GtkWidget *tree_view, *frame, *hbox, *drawing_area, *completion_vbox;
1175 static void gfio_show_ddir_status(struct gfio_client *gc, GtkWidget *mbox,
1180 GtkWidget *frame, *label, *box, *vbox, *main_vbox;
1293 static void __gfio_display_end_results(GtkWidget *win, struct gfio_client *gc,
1297 GtkWidget *box, *vbox, *entry, *scroll;
1341 GtkWidget *res_notebook;