Lines Matching refs:avg
450 struct evsel *evsel, double avg,
461 ratio = avg / total * 100.0;
474 struct evsel *evsel, double avg,
485 ratio = avg / total * 100.0;
495 double avg,
506 ratio = avg / total * 100.0;
516 double avg,
528 ratio = avg / total * 100.0;
538 double avg,
550 ratio = avg / total * 100.0;
559 double avg,
570 ratio = avg / total * 100.0;
579 double avg,
590 ratio = avg / total * 100.0;
599 double avg,
610 ratio = avg / total * 100.0;
924 double avg, int cpu,
941 ratio = avg / total;
955 if (total && avg) {
957 ratio = total / avg;
964 print_branch_misses(config, cpu, evsel, avg, out, st);
974 print_l1_dcache_misses(config, cpu, evsel, avg, out, st);
984 print_l1_icache_misses(config, cpu, evsel, avg, out, st);
994 print_dtlb_cache_misses(config, cpu, evsel, avg, out, st);
1004 print_itlb_cache_misses(config, cpu, evsel, avg, out, st);
1014 print_ll_cache_misses(config, cpu, evsel, avg, out, st);
1021 ratio = avg * 100 / total;
1029 print_stalled_cycles_frontend(config, cpu, evsel, avg, out, st);
1031 print_stalled_cycles_backend(config, cpu, evsel, avg, out, st);
1036 ratio = avg / total;
1047 100.0 * (avg / total));
1055 if (total2 < avg)
1056 total2 = avg;
1059 100.0 * ((total2-avg) / total));
1066 if (avg)
1067 ratio = total / avg;
1079 if (avg)
1080 ratio = total / avg;
1086 avg / (ratio * evsel->scale));
1175 ratio = 1000.0 * avg / total;