Home
last modified time | relevance | path

Searched refs:ioshark_file_state (Results 1 – 7 of 7) sorted by relevance

/system/extras/ioshark/
Dcompile_ioshark_subr.c41 struct ioshark_file_state st; in files_db_write_objects()
227 ioshark_write_file_state(FILE *fp, struct ioshark_file_state *state) in ioshark_write_file_state()
232 return fwrite(state, sizeof(struct ioshark_file_state), 1, fp); in ioshark_write_file_state()
Dcompile_ioshark.h80 int ioshark_write_file_state(FILE *fp, struct ioshark_file_state *state);
Dioshark.h44 struct ioshark_file_state { struct
Dconvert_format.c96 struct ioshark_file_state new_file_state; in main()
174 sizeof(struct ioshark_file_state), 1, new_fp) != 1) { in main()
Dioshark_bench.h157 int ioshark_read_file_state(FILE *fp, struct ioshark_file_state *state);
Dioshark_bench.c168 struct ioshark_file_state file_state; in create_files()
422 header.num_files * sizeof(struct ioshark_file_state), in do_io()
539 struct ioshark_file_state file_state; in get_start_end()
Dioshark_bench_subr.c665 ioshark_read_file_state(FILE *fp, struct ioshark_file_state *state) in ioshark_read_file_state()
667 if (fread(state, sizeof(struct ioshark_file_state), 1, fp) != 1) in ioshark_read_file_state()