Home | History | Annotate | Download | only in cachegrind

Lines Matching full:currfn

1378    const HChar *currFn = NULL;
1451 if ( just_hit_a_new_file || lineCC->loc.fn != currFn ) {
1452 currFn = lineCC->loc.fn;
1453 VG_(fprintf)(fp, "fn=%s\n", currFn);