Home | History | Annotate | Download | only in cachegrind

Lines Matching full:debug_lookups

1586       Int debug_lookups = full_debugs      + fn_debugs +
1594 VG_(dmsg)("cachegrind: debug lookups : %d\n", debug_lookups);
1596 VG_(percentify)(full_debugs, debug_lookups, 1, 6, buf1);
1597 VG_(percentify)(file_line_debugs, debug_lookups, 1, 6, buf2);
1598 VG_(percentify)(fn_debugs, debug_lookups, 1, 6, buf3);
1599 VG_(percentify)(no_debugs, debug_lookups, 1, 6, buf4);