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.c120 update_op_counts(u_int64_t *op_counts) in update_op_counts() argument
126 aggr_op_counts[i] += op_counts[i]; in update_op_counts()
215 u_int64_t *op_counts, in do_one_io() argument
220 op_counts[file_op->ioshark_io_op]++; in do_one_io()
303 bufp, buflen, op_counts, in do_one_io()
405 u_int64_t op_counts[IOSHARK_MAX_FILE_OP]; in do_io() local
419 memset(op_counts, 0, sizeof(op_counts)); in do_io()
477 op_counts, &rw_bytes, &buf, &buflen); in do_io()
484 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.c308 print_op_stats(u_int64_t *op_counts) in print_op_stats() argument
316 IO_op[i], op_counts[i]); in print_op_stats()
/system/update_engine/scripts/update_payload/
Dchecker.py1028 op_counts = {
1065 if op.type not in op_counts:
1067 op_counts[op.type] += 1
1081 histogram.Histogram.FromCountDict(op_counts,