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

  /external/fio/
GFIO-TODO 3 - Ability to save job files. Probably in an extended gfio format,
48 - Split gfio.c a bit. Add gfio/ sub directory, and split it into
gerror.c 8 #include "gfio.h"
Makefile 26 PROGS += gfio
144 GFIO_OBJS = $(OBJS) gfio.o graph.o tickmarks.o ghelpers.o goptions.o gerror.o \
243 gfio.o: gfio.c ghelpers.c
244 $(QUIET_CC)$(CC) $(CFLAGS) $(GTK_CFLAGS) $(CPPFLAGS) -c gfio.c
264 gfio: $(GFIO_OBJS)
265 $(QUIET_LINK)$(CC) $(LDFLAGS) -o gfio $(GFIO_OBJS) $(LIBS) $(GTK_LDFLAGS)
277 -rm -f .depend $(FIO_OBJS) $(GFIO_OBJS) $(OBJS) $(T_OBJS) $(PROGS) $(T_PROGS) core.* core gfio FIO-VERSION-FILE *.d lib/*.d crc/*.d engines/*.d profiles/*.d t/*.d config-host.mak config-host.h
configure 136 gfio="no"
150 --enable-gfio)
151 gfio="yes"
170 echo "--enable-gfio Enable building of gtk gfio"
971 # Check if we have required gtk/glib support for gfio
972 if test "$gfio" = "yes" ; then
995 if compile_prog "$GTK_CFLAGS" "$GTK_LIBS" "gfio" ; then
998 gfio="yes"
1003 gfio="no
    [all...]
printing.c 4 #include "gfio.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);
595 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.");
823 grd.display_name = strdup("gfio");
827 grd.app_exec = strdup("gfio %f/%u");
1576 const gchar *gfio = g_get_application_name(); local
    [all...]
README 95 For gfio, gtk 2.18 (or newer), associated glib threads, and cairo are required
96 to be installed. gfio isn't built automatically and can be enabled
97 with a --enable-gfio option to configure.
goptions.c 10 #include "gfio.h"
    [all...]
graph.c 2 * gfio - gui front end for fio - the flexible io tester
gclient.c 9 #include "gfio.h"
    [all...]
  /frameworks/base/docs/image_sources/fundamentals/
restore_instance.graffle     [all...]

Completed in 320 milliseconds