Searched defs:op_counts (Results 1 - 3 of 3) sorted by relevance

/system/extras/ioshark/
H A Dioshark_bench_mmap.c107 char **bufp, int *buflen, u_int64_t *op_counts,
127 op_counts[IOSHARK_MAPPED_PREAD]++;
144 op_counts[IOSHARK_MAPPED_PWRITE]++;
159 op_counts[IOSHARK_MAPPED_PREAD]++;
167 char **bufp, int *buflen, u_int64_t *op_counts,
189 bufp, buflen, op_counts,
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.c119 update_op_counts(u_int64_t *op_counts) argument
125 aggr_op_counts[i] += op_counts[i];
215 u_int64_t *op_counts,
220 op_counts[file_op->file_op]++;
303 bufp, buflen, op_counts,
405 u_int64_t op_counts[IOSHARK_MAX_FILE_OP]; local
419 memset(op_counts, 0, sizeof(op_counts));
475 op_counts, &rw_bytes, &buf, &buflen);
480 update_op_counts(op_counts);
213 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
[all...]
H A Dioshark_bench_subr.c309 print_op_stats(u_int64_t *op_counts) argument
317 IO_op[i], op_counts[i]);

Completed in 60 milliseconds