Lines Matching refs:print_metric
430 out->print_metric(out->ctx, color, "%7.2f%%", "frontend cycles idle", in print_stalled_cycles_frontend()
433 out->print_metric(out->ctx, NULL, NULL, "frontend cycles idle", 0); in print_stalled_cycles_frontend()
452 out->print_metric(out->ctx, color, "%7.2f%%", "backend cycles idle", ratio); in print_stalled_cycles_backend()
472 out->print_metric(out->ctx, color, "%7.2f%%", "of all branches", ratio); in print_branch_misses()
493 out->print_metric(out->ctx, color, "%7.2f%%", "of all L1-dcache hits", ratio); in print_l1_dcache_misses()
513 out->print_metric(out->ctx, color, "%7.2f%%", "of all L1-icache hits", ratio); in print_l1_icache_misses()
532 out->print_metric(out->ctx, color, "%7.2f%%", "of all dTLB cache hits", ratio); in print_dtlb_cache_misses()
551 out->print_metric(out->ctx, color, "%7.2f%%", "of all iTLB cache hits", ratio); in print_itlb_cache_misses()
570 out->print_metric(out->ctx, color, "%7.2f%%", "of all LL-cache hits", ratio); in print_ll_cache_misses()
697 out->print_metric(out->ctx, color, "%8.1f%%", "SMI cycles%", cost); in print_smi_cost()
698 out->print_metric(out->ctx, NULL, "%4.0f", "SMI#", smi_num); in print_smi_cost()
710 print_metric_t print_metric = out->print_metric; in generic_metric() local
740 print_metric(ctxp, NULL, "%8.1f", in generic_metric()
746 print_metric(ctxp, NULL, NULL, in generic_metric()
750 print_metric(ctxp, NULL, NULL, "", 0); in generic_metric()
760 print_metric_t print_metric = out->print_metric; in perf_stat__print_shadow_stats() local
772 print_metric(ctxp, NULL, "%7.2f ", in perf_stat__print_shadow_stats()
775 print_metric(ctxp, NULL, NULL, "insn per cycle", 0); in perf_stat__print_shadow_stats()
788 print_metric(ctxp, NULL, "%7.2f ", in perf_stat__print_shadow_stats()
792 print_metric(ctxp, NULL, NULL, in perf_stat__print_shadow_stats()
799 print_metric(ctxp, NULL, NULL, "of all branches", 0); in perf_stat__print_shadow_stats()
809 print_metric(ctxp, NULL, NULL, "of all L1-dcache hits", 0); in perf_stat__print_shadow_stats()
819 print_metric(ctxp, NULL, NULL, "of all L1-icache hits", 0); in perf_stat__print_shadow_stats()
829 print_metric(ctxp, NULL, NULL, "of all dTLB cache hits", 0); in perf_stat__print_shadow_stats()
839 print_metric(ctxp, NULL, NULL, "of all iTLB cache hits", 0); in perf_stat__print_shadow_stats()
849 print_metric(ctxp, NULL, NULL, "of all LL-cache hits", 0); in perf_stat__print_shadow_stats()
857 print_metric(ctxp, NULL, "%8.3f %%", in perf_stat__print_shadow_stats()
860 print_metric(ctxp, NULL, NULL, "of all cache refs", 0); in perf_stat__print_shadow_stats()
870 print_metric(ctxp, NULL, "%8.3f", "GHz", ratio); in perf_stat__print_shadow_stats()
872 print_metric(ctxp, NULL, NULL, "Ghz", 0); in perf_stat__print_shadow_stats()
878 print_metric(ctxp, NULL, in perf_stat__print_shadow_stats()
882 print_metric(ctxp, NULL, NULL, "transactional cycles", in perf_stat__print_shadow_stats()
891 print_metric(ctxp, NULL, "%7.2f%%", "aborted cycles", in perf_stat__print_shadow_stats()
894 print_metric(ctxp, NULL, NULL, "aborted cycles", 0); in perf_stat__print_shadow_stats()
903 print_metric(ctxp, NULL, "%8.0f", in perf_stat__print_shadow_stats()
906 print_metric(ctxp, NULL, NULL, "cycles / transaction", in perf_stat__print_shadow_stats()
915 print_metric(ctxp, NULL, "%8.0f", "cycles / elision", ratio); in perf_stat__print_shadow_stats()
918 print_metric(ctxp, NULL, "%8.3f", "CPUs utilized", in perf_stat__print_shadow_stats()
921 print_metric(ctxp, NULL, NULL, "CPUs utilized", 0); in perf_stat__print_shadow_stats()
927 print_metric(ctxp, color, "%8.1f%%", "frontend bound", in perf_stat__print_shadow_stats()
934 print_metric(ctxp, color, "%8.1f%%", "retiring", in perf_stat__print_shadow_stats()
941 print_metric(ctxp, color, "%8.1f%%", "bad speculation", in perf_stat__print_shadow_stats()
958 print_metric(ctxp, color, "%8.1f%%", name, in perf_stat__print_shadow_stats()
961 print_metric(ctxp, NULL, NULL, name, 0); in perf_stat__print_shadow_stats()
978 print_metric(ctxp, NULL, "%8.3f", unit_buf, ratio); in perf_stat__print_shadow_stats()
997 print_metric(ctxp, NULL, NULL, NULL, 0); in perf_stat__print_shadow_stats()