Searched refs:rw_bytes (Results 1 - 4 of 4) sorted by relevance

/system/extras/ioshark/
H A Dioshark_bench_mmap.c108 struct rw_bytes_s *rw_bytes)
118 rw_bytes->bytes_read += len;
134 rw_bytes->bytes_written += len;
149 rw_bytes->bytes_read += len;
168 struct rw_bytes_s *rw_bytes)
190 rw_bytes);
199 op_counts, rw_bytes);
106 mmap_do_io(void *db_node, int prot, off_t offset, size_t len, char **bufp, int *buflen, u_int64_t *op_counts, struct rw_bytes_s *rw_bytes) argument
165 ioshark_handle_mmap(void *db_node, struct ioshark_file_operation *file_op, char **bufp, int *buflen, u_int64_t *op_counts, struct rw_bytes_s *rw_bytes) argument
H A Dioshark_bench.h139 struct rw_bytes_s *rw_bytes);
143 void print_bytes(char *desc, struct rw_bytes_s *rw_bytes);
147 struct rw_bytes_s *rw_bytes);
H A Dioshark_bench.c169 struct rw_bytes_s rw_bytes; local
173 memset(&rw_bytes, 0, sizeof(struct rw_bytes_s));
196 &rw_bytes);
208 update_byte_counts(&aggr_create_rw_bytes, &rw_bytes);
215 struct rw_bytes_s *rw_bytes,
243 rw_bytes->bytes_read += file_op->prw_len;
258 rw_bytes->bytes_written += file_op->prw_len;
273 rw_bytes->bytes_read += file_op->rw_len;
288 rw_bytes->bytes_written += file_op->rw_len;
303 rw_bytes);
212 do_one_io(void *db_node, struct ioshark_file_operation *file_op, u_int64_t *op_counts, struct rw_bytes_s *rw_bytes, char **bufp, int *buflen) argument
405 struct rw_bytes_s rw_bytes; local
[all...]
H A Dioshark_bench_subr.c270 create_file(char *path, size_t size, struct rw_bytes_s *rw_bytes) argument
291 rw_bytes->bytes_written += n;
322 print_bytes(char *desc, struct rw_bytes_s *rw_bytes) argument
327 (int)(rw_bytes->bytes_read / (1024 * 1024)),
328 (int)(rw_bytes->bytes_written / (1024 * 1024)));
331 (int)(rw_bytes->bytes_read / (1024 * 1024)),
332 (int)(rw_bytes->bytes_written / (1024 * 1024)));

Completed in 35 milliseconds