HomeSort by relevance Sort by last modified time
    Searched refs:op_counts (Results 1 - 6 of 6) sorted by null

  /system/extras/ioshark/
ioshark_bench_mmap.c 107 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);
ioshark_bench.h 142 void print_op_stats(u_int64_t *op_counts);
146 char **bufp, int *buflen, u_int64_t *op_counts,
ioshark_bench.c 120 update_op_counts(u_int64_t *op_counts)
126 aggr_op_counts[i] += op_counts[i];
215 u_int64_t *op_counts,
220 op_counts[file_op->ioshark_io_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));
477 op_counts, &rw_bytes, &buf, &buflen);
482 update_op_counts(op_counts);
    [all...]
ioshark_bench_subr.c 312 print_op_stats(u_int64_t *op_counts)
320 IO_op[i], op_counts[i]);
  /external/tensorflow/tensorflow/tools/graph_transforms/
summarize_graph_main.cc 254 std::map<string, int> op_counts; local
256 ++op_counts[node.op()];
260 ++op_counts[node.op()];
263 std::vector<std::pair<string, int>> op_counts_vec(op_counts.begin(),
264 op_counts.end());
  /system/update_engine/scripts/update_payload/
checker.py     [all...]

Completed in 173 milliseconds