Home | History | Annotate | Download | only in cachegrind

Lines Matching refs:l1

76 static Int min_line_size = 0; /* min of L1 and LL cache line sizes */
1472 Int l1, l2, l3;
1484 l1 = ULong_width(Ir_total.a);
1489 VG_(sprintf)(fmt, "%%s %%,%dllu\n", l1);
1501 VG_(percentify)(Ir_total.m1, Ir_total.a, 2, l1+1, buf1);
1504 VG_(percentify)(Ir_total.mL, Ir_total.a, 2, l1+1, buf1);
1516 l1, l2, l3);
1528 VG_(percentify)( D_total.m1, D_total.a, 1, l1+1, buf1);
1533 VG_(percentify)( D_total.mL, D_total.a, 1, l1+1, buf1);
1553 VG_(percentify)(LL_total_m, (Ir_total.a + D_total.a), 1, l1+1, buf1);
1563 l1, l2, l3);
1577 VG_(percentify)(B_total.mp, B_total.b, 1, l1+1, buf1);