OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gfio
(Results
1 - 3
of
3
) sorted by null
/external/fio/
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
...]
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
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
...]
Completed in 468 milliseconds