Home | History | Annotate | Download | only in cachegrind

Lines Matching refs:LL

76 static Int min_line_size = 0; /* min of L1 and LL cache line sizes */
1104 /* LL */
1287 // "desc:" lines (giving I1/D1/LL cache configuration). The spaces after
1291 "desc: LL cache: %s\n",
1292 I1.desc_line, D1.desc_line, LL.desc_line);
1539 /* LL overall results */
1544 VG_(umsg)(fmt, "LL refs: ",
1550 VG_(umsg)(fmt, "LL misses: ",
1556 VG_(umsg)("LL miss rate: %s (%s + %s )\n", buf1, buf2,buf3);