Lines Matching refs:print_metric

499 		out->print_metric(config, out->ctx, color, "%7.2f%%", "frontend cycles idle",  in print_stalled_cycles_frontend()
502 out->print_metric(config, out->ctx, NULL, NULL, "frontend cycles idle", 0); in print_stalled_cycles_frontend()
521 out->print_metric(config, out->ctx, color, "%7.2f%%", "backend cycles idle", ratio); in print_stalled_cycles_backend()
540 out->print_metric(config, out->ctx, color, "%7.2f%%", "of all branches", ratio); in print_branch_misses()
559 out->print_metric(config, out->ctx, color, "%7.2f%%", "of all L1-dcache accesses", ratio); in print_l1_dcache_misses()
577 out->print_metric(config, out->ctx, color, "%7.2f%%", "of all L1-icache accesses", ratio); in print_l1_icache_misses()
595 out->print_metric(config, out->ctx, color, "%7.2f%%", "of all dTLB cache accesses", ratio); in print_dtlb_cache_misses()
613 out->print_metric(config, out->ctx, color, "%7.2f%%", "of all iTLB cache accesses", ratio); in print_itlb_cache_misses()
631 out->print_metric(config, out->ctx, color, "%7.2f%%", "of all LL-cache accesses", ratio); in print_ll_cache_misses()
804 out->print_metric(config, out->ctx, color, "%8.1f%%", "SMI cycles%", cost); in print_smi_cost()
805 out->print_metric(config, out->ctx, NULL, "%4.0f", "SMI#", smi_num); in print_smi_cost()
897 print_metric_t print_metric = out->print_metric; in generic_metric() local
933 print_metric(config, ctxp, NULL, "%8.1f", in generic_metric()
936 print_metric(config, ctxp, NULL, "%8.2f", in generic_metric()
943 print_metric(config, ctxp, NULL, NULL, in generic_metric()
948 print_metric(config, ctxp, NULL, NULL, in generic_metric()
984 print_metric_t print_metric = out->print_metric; in perf_stat__print_shadow_stats() local
1001 print_metric(config, ctxp, NULL, "%7.2f ", in perf_stat__print_shadow_stats()
1004 print_metric(config, ctxp, NULL, NULL, "insn per cycle", 0); in perf_stat__print_shadow_stats()
1016 print_metric(config, ctxp, NULL, "%7.2f ", in perf_stat__print_shadow_stats()
1024 print_metric(config, ctxp, NULL, NULL, "of all branches", 0); in perf_stat__print_shadow_stats()
1034 print_metric(config, ctxp, NULL, NULL, "of all L1-dcache accesses", 0); in perf_stat__print_shadow_stats()
1044 print_metric(config, ctxp, NULL, NULL, "of all L1-icache accesses", 0); in perf_stat__print_shadow_stats()
1054 print_metric(config, ctxp, NULL, NULL, "of all dTLB cache accesses", 0); in perf_stat__print_shadow_stats()
1064 print_metric(config, ctxp, NULL, NULL, "of all iTLB cache accesses", 0); in perf_stat__print_shadow_stats()
1074 print_metric(config, ctxp, NULL, NULL, "of all LL-cache accesses", 0); in perf_stat__print_shadow_stats()
1082 print_metric(config, ctxp, NULL, "%8.3f %%", in perf_stat__print_shadow_stats()
1085 print_metric(config, ctxp, NULL, NULL, "of all cache refs", 0); in perf_stat__print_shadow_stats()
1095 print_metric(config, ctxp, NULL, "%8.3f", "GHz", ratio); in perf_stat__print_shadow_stats()
1097 print_metric(config, ctxp, NULL, NULL, "Ghz", 0); in perf_stat__print_shadow_stats()
1103 print_metric(config, ctxp, NULL, in perf_stat__print_shadow_stats()
1107 print_metric(config, ctxp, NULL, NULL, "transactional cycles", in perf_stat__print_shadow_stats()
1116 print_metric(config, ctxp, NULL, "%7.2f%%", "aborted cycles", in perf_stat__print_shadow_stats()
1119 print_metric(config, ctxp, NULL, NULL, "aborted cycles", 0); in perf_stat__print_shadow_stats()
1127 print_metric(config, ctxp, NULL, "%8.0f", in perf_stat__print_shadow_stats()
1130 print_metric(config, ctxp, NULL, NULL, "cycles / transaction", in perf_stat__print_shadow_stats()
1138 print_metric(config, ctxp, NULL, "%8.0f", "cycles / elision", ratio); in perf_stat__print_shadow_stats()
1141 print_metric(config, ctxp, NULL, "%8.3f", "CPUs utilized", in perf_stat__print_shadow_stats()
1144 print_metric(config, ctxp, NULL, NULL, "CPUs utilized", 0); in perf_stat__print_shadow_stats()
1150 print_metric(config, ctxp, color, "%8.1f%%", "frontend bound", in perf_stat__print_shadow_stats()
1157 print_metric(config, ctxp, color, "%8.1f%%", "retiring", in perf_stat__print_shadow_stats()
1164 print_metric(config, ctxp, color, "%8.1f%%", "bad speculation", in perf_stat__print_shadow_stats()
1181 print_metric(config, ctxp, color, "%8.1f%%", name, in perf_stat__print_shadow_stats()
1184 print_metric(config, ctxp, NULL, NULL, name, 0); in perf_stat__print_shadow_stats()
1192 print_metric(config, ctxp, color, "%8.1f%%", "Retiring", in perf_stat__print_shadow_stats()
1201 print_metric(config, ctxp, color, "%8.1f%%", "Frontend Bound", in perf_stat__print_shadow_stats()
1210 print_metric(config, ctxp, color, "%8.1f%%", "Backend Bound", in perf_stat__print_shadow_stats()
1219 print_metric(config, ctxp, color, "%8.1f%%", "Bad Speculation", in perf_stat__print_shadow_stats()
1233 print_metric(config, ctxp, color, "%8.1f%%", "Heavy Operations", in perf_stat__print_shadow_stats()
1239 print_metric(config, ctxp, color, "%8.1f%%", "Light Operations", in perf_stat__print_shadow_stats()
1253 print_metric(config, ctxp, color, "%8.1f%%", "Branch Mispredict", in perf_stat__print_shadow_stats()
1259 print_metric(config, ctxp, color, "%8.1f%%", "Machine Clears", in perf_stat__print_shadow_stats()
1273 print_metric(config, ctxp, color, "%8.1f%%", "Fetch Latency", in perf_stat__print_shadow_stats()
1279 print_metric(config, ctxp, color, "%8.1f%%", "Fetch Bandwidth", in perf_stat__print_shadow_stats()
1293 print_metric(config, ctxp, color, "%8.1f%%", "Memory Bound", in perf_stat__print_shadow_stats()
1299 print_metric(config, ctxp, color, "%8.1f%%", "Core Bound", in perf_stat__print_shadow_stats()
1315 print_metric(config, ctxp, NULL, "%8.3f", unit_buf, ratio); in perf_stat__print_shadow_stats()
1335 print_metric(config, ctxp, NULL, NULL, NULL, 0); in perf_stat__print_shadow_stats()