Lines Matching refs:total
454 double total, ratio = 0.0;
458 total = runtime_stat_avg(st, STAT_CYCLES, ctx, cpu);
460 if (total)
461 ratio = avg / total * 100.0;
478 double total, ratio = 0.0;
482 total = runtime_stat_avg(st, STAT_CYCLES, ctx, cpu);
484 if (total)
485 ratio = avg / total * 100.0;
499 double total, ratio = 0.0;
503 total = runtime_stat_avg(st, STAT_BRANCHES, ctx, cpu);
505 if (total)
506 ratio = avg / total * 100.0;
521 double total, ratio = 0.0;
525 total = runtime_stat_avg(st, STAT_L1_DCACHE, ctx, cpu);
527 if (total)
528 ratio = avg / total * 100.0;
543 double total, ratio = 0.0;
547 total = runtime_stat_avg(st, STAT_L1_ICACHE, ctx, cpu);
549 if (total)
550 ratio = avg / total * 100.0;
563 double total, ratio = 0.0;
567 total = runtime_stat_avg(st, STAT_DTLB_CACHE, ctx, cpu);
569 if (total)
570 ratio = avg / total * 100.0;
583 double total, ratio = 0.0;
587 total = runtime_stat_avg(st, STAT_ITLB_CACHE, ctx, cpu);
589 if (total)
590 ratio = avg / total * 100.0;
603 double total, ratio = 0.0;
607 total = runtime_stat_avg(st, STAT_LL_CACHE, ctx, cpu);
609 if (total)
610 ratio = avg / total * 100.0;
674 double total;
676 total = runtime_stat_avg(st, STAT_TOPDOWN_SLOTS_ISSUED, ctx, cpu) -
682 bad_spec = total / total_slots;
931 double total, ratio = 0.0, total2;
938 total = runtime_stat_avg(st, STAT_CYCLES, ctx, cpu);
940 if (total) {
941 ratio = avg / total;
948 total = runtime_stat_avg(st, STAT_STALLED_CYCLES_FRONT,
951 total = max(total, runtime_stat_avg(st,
955 if (total && avg) {
957 ratio = total / avg;
1018 total = runtime_stat_avg(st, STAT_CACHEREFS, ctx, cpu);
1020 if (total)
1021 ratio = avg * 100 / total;
1033 total = runtime_stat_avg(st, STAT_NSECS, 0, cpu);
1035 if (total) {
1036 ratio = avg / total;
1042 total = runtime_stat_avg(st, STAT_CYCLES, ctx, cpu);
1044 if (total)
1047 100.0 * (avg / total));
1052 total = runtime_stat_avg(st, STAT_CYCLES, ctx, cpu);
1057 if (total)
1059 100.0 * ((total2-avg) / total));
1063 total = runtime_stat_avg(st, STAT_CYCLES_IN_TX,
1067 ratio = total / avg;
1076 total = runtime_stat_avg(st, STAT_CYCLES_IN_TX,
1080 ratio = total / avg;
1172 total = runtime_stat_avg(st, STAT_NSECS, 0, cpu);
1174 if (total)
1175 ratio = 1000.0 * avg / total;