Searched refs:ioshark_file_operation (Results 1 – 9 of 9) sorted by relevance
/system/extras/ioshark/ |
D | ioshark_bench.h | 145 struct ioshark_file_operation *file_op, 158 int ioshark_read_file_op(FILE *fp, struct ioshark_file_operation *file_op);
|
D | compile_ioshark.h | 81 int ioshark_write_file_op(FILE *fp, struct ioshark_file_operation *file_op);
|
D | ioshark.h | 76 struct ioshark_file_operation { struct
|
D | compile_ioshark_subr.c | 236 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()
|
D | convert_format.c | 93 struct ioshark_file_operation new_disk_file_op; in main() 275 sizeof(struct ioshark_file_operation), in main()
|
D | ioshark_bench_mmap.c | 166 struct ioshark_file_operation *file_op, in ioshark_handle_mmap()
|
D | compile_ioshark.c | 87 struct ioshark_file_operation disk_file_op; 532 struct ioshark_file_operation *disk_file_op; in main()
|
D | ioshark_bench.c | 214 struct ioshark_file_operation *file_op, in do_one_io() 399 struct ioshark_file_operation file_op; in do_io()
|
D | ioshark_bench_subr.c | 676 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()
|