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/
Makefile
26
PROGS +=
gfio
166
GFIO_OBJS = $(OBJS)
gfio
.o graph.o tickmarks.o ghelpers.o goptions.o gerror.o \
315
gfio
.o:
gfio
.c ghelpers.c
316
$(QUIET_CC)$(CC) $(CFLAGS) $(GTK_CFLAGS) $(CPPFLAGS) -c
gfio
.c
336
gfio
: $(GFIO_OBJS)
337
$(QUIET_LINK)$(CC) $(filter-out -static, $(LDFLAGS)) -o
gfio
$(GFIO_OBJS) $(LIBS) $(GFIO_LIBS) $(GTK_LDFLAGS) $(HDFSLIB)
357
@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 crc/*.d engines/*.d profiles/*.d t/*.d config-host.mak config-host.h y.tab.[ch] lex.yy.c exp/*.[do] lexer.h
configure
157
--enable-
gfio
)
187
echo "--enable-
gfio
Enable building of gtk
gfio
"
999
# Check if we have required gtk/glib support for
gfio
1000
gfio
="no"
1026
if compile_prog "$GTK_CFLAGS" "$GTK_LIBS" "
gfio
" ; then
1029
gfio
="yes"
1034
gfio
="no"
1038
gfio
="no"
1044
echo "gtk 2.18 or higher $
gfio
"
[
all
...]
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 160 milliseconds