/external/valgrind/main/cachegrind/ |
D | cg_main.c | 1495 VG_(percentify)(Ir_total.m1, Ir_total.a, 2, l1+1, buf1); in cg_fini() 1498 VG_(percentify)(Ir_total.mL, Ir_total.a, 2, l1+1, buf1); in cg_fini() 1522 VG_(percentify)( D_total.m1, D_total.a, 1, l1+1, buf1); in cg_fini() 1523 VG_(percentify)(Dr_total.m1, Dr_total.a, 1, l2+1, buf2); in cg_fini() 1524 VG_(percentify)(Dw_total.m1, Dw_total.a, 1, l3+1, buf3); in cg_fini() 1527 VG_(percentify)( D_total.mL, D_total.a, 1, l1+1, buf1); in cg_fini() 1528 VG_(percentify)(Dr_total.mL, Dr_total.a, 1, l2+1, buf2); in cg_fini() 1529 VG_(percentify)(Dw_total.mL, Dw_total.a, 1, l3+1, buf3); in cg_fini() 1547 VG_(percentify)(LL_total_m, (Ir_total.a + D_total.a), 1, l1+1, buf1); in cg_fini() 1548 VG_(percentify)(LL_total_mr, (Ir_total.a + Dr_total.a), 1, l2+1, buf2); in cg_fini() [all …]
|
/external/valgrind/main/callgrind/ |
D | sim.c | 1483 void percentify(Int n, Int ex, Int field_width, char buf[]) in percentify() function 1528 percentify(total[fullOffset(EG_IR)+1] * 100 * p / in cachesim_printstat() 1532 percentify(total[fullOffset(EG_IR)+2] * 100 * p / in cachesim_printstat() 1571 percentify( D_total[1] * 100 * p / D_total[0], p, l1+1, buf1); in cachesim_printstat() 1572 percentify(total[fullOffset(EG_DR)+1] * 100 * p / in cachesim_printstat() 1574 percentify(total[fullOffset(EG_DW)+1] * 100 * p / in cachesim_printstat() 1579 percentify( D_total[2] * 100 * p / D_total[0], p, l1+1, buf1); in cachesim_printstat() 1580 percentify(total[fullOffset(EG_DR)+2] * 100 * p / in cachesim_printstat() 1582 percentify(total[fullOffset(EG_DW)+2] * 100 * p / in cachesim_printstat() 1620 percentify(LL_total_m * 100 * p / in cachesim_printstat() [all …]
|
D | main.c | 1686 VG_(percentify)(B_total_mp, B_total_b, 1, l1+1, buf1); in branchsim_printstat() 1687 VG_(percentify)(Bc_total_mp, Bc_total_b, 1, l2+1, buf2); in branchsim_printstat() 1688 VG_(percentify)(Bi_total_mp, Bi_total_b, 1, l3+1, buf3); in branchsim_printstat()
|
/external/valgrind/main/include/ |
D | pub_tool_libcprint.h | 54 extern void VG_(percentify)(ULong n, ULong m, UInt d, Int n_buf, char buf[]);
|
/external/valgrind/main/coregrind/ |
D | m_translate.c | 77 VG_(percentify)(n_SP_updates_fast, n_SP_updates, 1, 6, buf); in VG_() 82 VG_(percentify)(n_SP_updates_generic_known, n_SP_updates, 1, 6, buf); in VG_() 87 VG_(percentify)(n_SP_updates_generic_unknown, n_SP_updates, 1, 6, buf); in VG_()
|
D | m_main.c | 1332 VG_(percentify)(score_cumul, score_total, 2, 6, buf_cumul); in show_BB_profile() 1333 VG_(percentify)(score_here, score_total, 2, 6, buf_here); in show_BB_profile() 1355 VG_(percentify)(score_cumul, score_total, 2, 6, buf_cumul); in show_BB_profile() 1356 VG_(percentify)(score_here, score_total, 2, 6, buf_here); in show_BB_profile()
|
D | m_libcprint.c | 270 void VG_(percentify)(ULong n, ULong m, UInt d, Int n_buf, char buf[]) in VG_() argument
|
/external/valgrind/main/lackey/ |
D | lk_main.c | 928 VG_(percentify)(taken_Jccs, (total_Jccs ? total_Jccs : 1), in lk_fini()
|
/external/valgrind/main/massif/ |
D | ms_main.c | 2143 VG_(percentify)((ULong)(x * 100), 10000, 2, 6, mbuf); in make_perc()
|
/external/valgrind/main/memcheck/ |
D | mc_main.c | 959 VG_(percentify)(n_survivors, n_nodes, 1, 6, percbuf); in gcSecVBitTable()
|