Lines Matching refs:print_metric
392 out->print_metric(config, out->ctx, color, "%7.2f%%", "frontend cycles idle", in print_stalled_cycles_frontend()
395 out->print_metric(config, out->ctx, NULL, NULL, "frontend cycles idle", 0); in print_stalled_cycles_frontend()
414 out->print_metric(config, out->ctx, color, "%7.2f%%", "backend cycles idle", ratio); in print_stalled_cycles_backend()
433 out->print_metric(config, out->ctx, color, "%7.2f%%", "of all branches", ratio); in print_branch_misses()
452 out->print_metric(config, out->ctx, color, "%7.2f%%", "of all L1-dcache accesses", ratio); in print_l1_dcache_misses()
470 out->print_metric(config, out->ctx, color, "%7.2f%%", "of all L1-icache accesses", ratio); in print_l1_icache_misses()
488 out->print_metric(config, out->ctx, color, "%7.2f%%", "of all dTLB cache accesses", ratio); in print_dtlb_cache_misses()
506 out->print_metric(config, out->ctx, color, "%7.2f%%", "of all iTLB cache accesses", ratio); in print_itlb_cache_misses()
524 out->print_metric(config, out->ctx, color, "%7.2f%%", "of all LL-cache accesses", ratio); in print_ll_cache_misses()
697 out->print_metric(config, out->ctx, color, "%8.1f%%", "SMI cycles%", cost); in print_smi_cost()
698 out->print_metric(config, out->ctx, NULL, "%4.0f", "SMI#", smi_num); in print_smi_cost()
790 print_metric_t print_metric = out->print_metric; in generic_metric() local
826 print_metric(config, ctxp, NULL, "%8.1f", in generic_metric()
829 print_metric(config, ctxp, NULL, "%8.2f", in generic_metric()
836 print_metric(config, ctxp, NULL, NULL, in generic_metric()
841 print_metric(config, ctxp, NULL, NULL, in generic_metric()
877 print_metric_t print_metric = out->print_metric; in perf_stat__print_shadow_stats() local
894 print_metric(config, ctxp, NULL, "%7.2f ", in perf_stat__print_shadow_stats()
897 print_metric(config, ctxp, NULL, NULL, "insn per cycle", 0); in perf_stat__print_shadow_stats()
909 print_metric(config, ctxp, NULL, "%7.2f ", in perf_stat__print_shadow_stats()
917 print_metric(config, ctxp, NULL, NULL, "of all branches", 0); in perf_stat__print_shadow_stats()
927 print_metric(config, ctxp, NULL, NULL, "of all L1-dcache accesses", 0); in perf_stat__print_shadow_stats()
937 print_metric(config, ctxp, NULL, NULL, "of all L1-icache accesses", 0); in perf_stat__print_shadow_stats()
947 print_metric(config, ctxp, NULL, NULL, "of all dTLB cache accesses", 0); in perf_stat__print_shadow_stats()
957 print_metric(config, ctxp, NULL, NULL, "of all iTLB cache accesses", 0); in perf_stat__print_shadow_stats()
967 print_metric(config, ctxp, NULL, NULL, "of all LL-cache accesses", 0); in perf_stat__print_shadow_stats()
975 print_metric(config, ctxp, NULL, "%8.3f %%", in perf_stat__print_shadow_stats()
978 print_metric(config, ctxp, NULL, NULL, "of all cache refs", 0); in perf_stat__print_shadow_stats()
988 print_metric(config, ctxp, NULL, "%8.3f", "GHz", ratio); in perf_stat__print_shadow_stats()
990 print_metric(config, ctxp, NULL, NULL, "Ghz", 0); in perf_stat__print_shadow_stats()
996 print_metric(config, ctxp, NULL, in perf_stat__print_shadow_stats()
1000 print_metric(config, ctxp, NULL, NULL, "transactional cycles", in perf_stat__print_shadow_stats()
1009 print_metric(config, ctxp, NULL, "%7.2f%%", "aborted cycles", in perf_stat__print_shadow_stats()
1012 print_metric(config, ctxp, NULL, NULL, "aborted cycles", 0); in perf_stat__print_shadow_stats()
1020 print_metric(config, ctxp, NULL, "%8.0f", in perf_stat__print_shadow_stats()
1023 print_metric(config, ctxp, NULL, NULL, "cycles / transaction", in perf_stat__print_shadow_stats()
1031 print_metric(config, ctxp, NULL, "%8.0f", "cycles / elision", ratio); in perf_stat__print_shadow_stats()
1034 print_metric(config, ctxp, NULL, "%8.3f", "CPUs utilized", in perf_stat__print_shadow_stats()
1037 print_metric(config, ctxp, NULL, NULL, "CPUs utilized", 0); in perf_stat__print_shadow_stats()
1043 print_metric(config, ctxp, color, "%8.1f%%", "frontend bound", in perf_stat__print_shadow_stats()
1050 print_metric(config, ctxp, color, "%8.1f%%", "retiring", in perf_stat__print_shadow_stats()
1057 print_metric(config, ctxp, color, "%8.1f%%", "bad speculation", in perf_stat__print_shadow_stats()
1074 print_metric(config, ctxp, color, "%8.1f%%", name, in perf_stat__print_shadow_stats()
1077 print_metric(config, ctxp, NULL, NULL, name, 0); in perf_stat__print_shadow_stats()
1085 print_metric(config, ctxp, color, "%8.1f%%", "Retiring", in perf_stat__print_shadow_stats()
1094 print_metric(config, ctxp, color, "%8.1f%%", "Frontend Bound", in perf_stat__print_shadow_stats()
1103 print_metric(config, ctxp, color, "%8.1f%%", "Backend Bound", in perf_stat__print_shadow_stats()
1112 print_metric(config, ctxp, color, "%8.1f%%", "Bad Speculation", in perf_stat__print_shadow_stats()
1126 print_metric(config, ctxp, color, "%8.1f%%", "Heavy Operations", in perf_stat__print_shadow_stats()
1132 print_metric(config, ctxp, color, "%8.1f%%", "Light Operations", in perf_stat__print_shadow_stats()
1146 print_metric(config, ctxp, color, "%8.1f%%", "Branch Mispredict", in perf_stat__print_shadow_stats()
1152 print_metric(config, ctxp, color, "%8.1f%%", "Machine Clears", in perf_stat__print_shadow_stats()
1166 print_metric(config, ctxp, color, "%8.1f%%", "Fetch Latency", in perf_stat__print_shadow_stats()
1172 print_metric(config, ctxp, color, "%8.1f%%", "Fetch Bandwidth", in perf_stat__print_shadow_stats()
1186 print_metric(config, ctxp, color, "%8.1f%%", "Memory Bound", in perf_stat__print_shadow_stats()
1192 print_metric(config, ctxp, color, "%8.1f%%", "Core Bound", in perf_stat__print_shadow_stats()
1204 print_metric(config, ctxp, NULL, "%8.3f", unit_buf, ratio); in perf_stat__print_shadow_stats()
1224 print_metric(config, ctxp, NULL, NULL, NULL, 0); in perf_stat__print_shadow_stats()