OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iolog
(Results
1 - 8
of
8
) sorted by null
/external/fio/
stat.c
1727
struct io_log *
iolog
;
local
[
all
...]
client.h
93
client_iolog_op *
iolog
;
member in struct:client_ops
Android.mk
27
iolog
.c json.c libfio.c memalign.c profiles/act.c profiles/tiobench.c server.c \
thread_options.h
167
unsigned int
iolog
;
member in struct:thread_options
385
uint32_t
iolog
;
member in struct:thread_options_pack
cconv.c
197
o->
iolog
= le32_to_cpu(top->
iolog
);
354
top->
iolog
= cpu_to_le32(o->
iolog
);
Makefile
34
memalign.c server.c client.c
iolog
.c backend.c libfio.c flow.c \
client.c
1346
if (ops->
iolog
) {
1350
ops->
iolog
(client, pdu);
[
all
...]
gclient.c
697
printf("got
iolog
: name=%s, type=%u, entries=%u\n", pdu->name, pdu->log_type, pdu->nr_samples);
[
all
...]
Completed in 165 milliseconds