Home | History | Annotate | Download | only in blktrace

Lines Matching refs:stats

81  * Generic stats collected: nevents can be _roughly_ estimated by data_read
95 struct pdc_stats *stats;
486 dpp->stats[cpu].data_read += data_read;
491 dpp->stats[cpu].nevents += nevents;
596 if (dpp->stats)
597 free(dpp->stats);
1054 if (dpp->stats)
1055 free(dpp->stats);
1056 dpp->stats = calloc(dpp->ncpus, sizeof(*dpp->stats));
1057 memset(dpp->stats, 0, dpp->ncpus * sizeof(*dpp->stats));
1970 for (cpu = 0, sp = dpp->stats; cpu < dpp->ncpus; cpu++, sp++) {
2314 dpp->stats = calloc(dpp->ncpus, sizeof(*dpp->stats));
2315 stats, 0, dpp->ncpus * sizeof(*dpp->stats));