Home | History | Annotate | Download | only in cachegrind

Lines Matching defs:fn

100    const HChar* fn;
114 // First compare file, then fn, then line.
125 res = VG_(strcmp)(a->fn, b->fn);
211 const HChar **file, const HChar **fn, UInt* line)
218 Bool found_fn = VG_(get_fnname)(instr_addr, fn);
225 *fn = "???";
237 // Do a three step traversal: by file, then fn, then line.
241 const HChar *fn, *file, *dir;
246 get_debug_info(origAddr, &dir, &file, &fn, &line);
258 loc.fn = fn;
266 lineCC->loc.fn = get_perm_string(loc.fn);
728 /* Decide on helper fn to call and args to pass it, and advance
1447 // If we've hit a new function, print a "fn=" line. We know to do
1451 if ( just_hit_a_new_file || lineCC->loc.fn != currFn ) {
1452 currFn = lineCC->loc.fn;
1453 VG_(fprintf)(fp, "fn=%s\n", currFn);
1696 VG_(dmsg)("cachegrind: with fn name info:%6.1f%% (%d)\n",