HomeSort by relevance Sort by last modified time
    Searched refs:gfio (Results 1 - 3 of 3) sorted by null

  /external/fio/
configure 164 --enable-gfio) gfio_check="yes"
208 echo "--enable-gfio Enable building of gtk gfio"
1234 # Check if we have required gtk/glib support for gfio
1235 if test "$gfio" != "yes" ; then
1236 gfio="no"
1263 if compile_prog "$GTK_CFLAGS" "$GTK_LIBS" "gfio" ; then
1266 gfio="yes"
1271 gfio="no"
1275 gfio="no
    [all...]
Makefile 36 PROGS += gfio
192 GFIO_OBJS = $(OBJS) gfio.o graph.o tickmarks.o ghelpers.o goptions.o gerror.o \
380 gfio.o: gfio.c ghelpers.c
407 gfio: $(GFIO_OBJS)
408 $(QUIET_LINK)$(CC) $(filter-out -static, $(LDFLAGS)) -o gfio $(GFIO_OBJS) $(LIBS) $(GFIO_LIBS) $(GTK_LDFLAGS) $(HDFSLIB)
434 @rm -f .depend $(FIO_OBJS) $(GFIO_OBJS) $(OBJS) $(T_OBJS) $(PROGS) $(T_PROGS) $(T_TEST_PROGS) core.* core gfio FIO-VERSION-FILE *.d lib/*.d oslib/*.d crc/*.d engines/*.d profiles/*.d t/*.d config-host.mak config-host.h y.tab.[ch] lex.yy.c exp/*.[do] lexer.h
gfio.c 2 * gfio - gui front end for fio - the flexible io tester
33 #include "gfio.h"
155 fprintf(stderr, "gfio: can't find path %s\n", path);
167 fprintf(stderr, "gfio: can't find path %s\n", path);
597 gtk_widget_set_tooltip_text(cw.button, "When running fio locally, it is necessary to have the backend running on the same system. If this is checked, gfio will start the backend automatically for you if it isn't already running.");
825 grd.display_name = strdup("gfio");
829 grd.app_exec = strdup("gfio %f/%u");
1578 const gchar *gfio = g_get_application_name(); local
    [all...]

Completed in 229 milliseconds