Searched refs:newpc (Results 1 – 3 of 3) sorted by relevance
83 uintfptr_t newpc; in pmcpl_annotate_process() local98 newpc = cc[0] - (map->ppm_lowpc + in pmcpl_annotate_process()100 sym = pmcstat_symbol_search(image, newpc); in pmcpl_annotate_process()
86 uintfptr_t newpc; in pmcpl_annotate_cg_process() local106 newpc = cc[i] - (map->ppm_lowpc + in pmcpl_annotate_cg_process()108 sym = pmcstat_symbol_search(image, newpc); in pmcpl_annotate_cg_process()
847 static int changedline (const Proto *p, int oldpc, int newpc) { in changedline() argument850 if (newpc - oldpc < MAXIWTHABS / 2) { /* not too far apart? */ in changedline()858 if (pc == newpc) in changedline()864 return (luaG_getfuncline(p, oldpc) != luaG_getfuncline(p, newpc)); in changedline()