Home
last modified time | relevance | path

Searched refs:op_counts (Results 1 – 5 of 5) sorted by relevance

/system/extras/ioshark/
Dioshark_bench_mmap.c107 char **bufp, int *buflen, u_int64_t *op_counts, in mmap_do_io() argument
127 op_counts[IOSHARK_MAPPED_PREAD]++; in mmap_do_io()
144 op_counts[IOSHARK_MAPPED_PWRITE]++; in mmap_do_io()
159 op_counts[IOSHARK_MAPPED_PREAD]++; in mmap_do_io()
167 char **bufp, int *buflen, u_int64_t *op_counts, in ioshark_handle_mmap() argument
189 bufp, buflen, op_counts, in ioshark_handle_mmap()
199 op_counts, rw_bytes); in ioshark_handle_mmap()
Dioshark_bench.c118 update_op_counts(u_int64_t *op_counts) in update_op_counts() argument
124 aggr_op_counts[i] += op_counts[i]; in update_op_counts()
214 u_int64_t *op_counts, in do_one_io() argument
219 op_counts[file_op->file_op]++; in do_one_io()
302 bufp, buflen, op_counts, in do_one_io()
404 u_int64_t op_counts[IOSHARK_MAX_FILE_OP]; in do_io() local
418 memset(op_counts, 0, sizeof(op_counts)); in do_io()
474 op_counts, &rw_bytes, &buf, &buflen); in do_io()
479 update_op_counts(op_counts); in do_io()
Dioshark_bench.h142 void print_op_stats(u_int64_t *op_counts);
146 char **bufp, int *buflen, u_int64_t *op_counts,
Dioshark_bench_subr.c309 print_op_stats(u_int64_t *op_counts) in print_op_stats() argument
317 IO_op[i], op_counts[i]); in print_op_stats()
/system/update_engine/scripts/update_payload/
Dchecker.py1037 op_counts = {
1075 if op.type not in op_counts.keys():
1077 op_counts[op.type] += 1
1093 histogram.Histogram.FromCountDict(op_counts,