Home
last modified time | relevance | path

Searched refs:ioshark_file_operation (Results 1 – 9 of 9) sorted by relevance

/system/extras/ioshark/
Dioshark_bench.h145 struct ioshark_file_operation *file_op,
158 int ioshark_read_file_op(FILE *fp, struct ioshark_file_operation *file_op);
Dcompile_ioshark.h81 int ioshark_write_file_op(FILE *fp, struct ioshark_file_operation *file_op);
Dioshark.h76 struct ioshark_file_operation { struct
Dcompile_ioshark_subr.c236 ioshark_write_file_op(FILE *fp, struct ioshark_file_operation *file_op) in ioshark_write_file_op()
279 return fwrite(file_op, sizeof(struct ioshark_file_operation), 1, fp); in ioshark_write_file_op()
Dconvert_format.c93 struct ioshark_file_operation new_disk_file_op; in main()
275 sizeof(struct ioshark_file_operation), in main()
Dioshark_bench_mmap.c166 struct ioshark_file_operation *file_op, in ioshark_handle_mmap()
Dcompile_ioshark.c87 struct ioshark_file_operation disk_file_op;
532 struct ioshark_file_operation *disk_file_op; in main()
Dioshark_bench.c214 struct ioshark_file_operation *file_op, in do_one_io()
399 struct ioshark_file_operation file_op; in do_io()
Dioshark_bench_subr.c676 ioshark_read_file_op(FILE *fp, struct ioshark_file_operation *file_op) in ioshark_read_file_op()
678 if (fread(file_op, sizeof(struct ioshark_file_operation), 1, fp) != 1) in ioshark_read_file_op()