Searched refs:ppm_lowpc (Results 1 – 10 of 10) sorted by relevance
139 assert(pcm->ppm_lowpc < pcm->ppm_highpc); in pmcstat_image_unmap()142 if (pcm->ppm_lowpc >= end) in pmcstat_image_unmap()144 if (pcm->ppm_lowpc >= start && pcm->ppm_highpc <= end) { in pmcstat_image_unmap()151 } else if (pcm->ppm_lowpc < start && pcm->ppm_highpc > end) { in pmcstat_image_unmap()163 pcmnew->ppm_lowpc = end; in pmcstat_image_unmap()171 } else if (pcm->ppm_lowpc < start && pcm->ppm_highpc <= end) in pmcstat_image_unmap()173 else if (pcm->ppm_lowpc >= start && pcm->ppm_highpc > end) in pmcstat_image_unmap()174 pcm->ppm_lowpc = end; in pmcstat_image_unmap()400 ppm->ppm_lowpc); in pmcstat_analyze_log()
100 pcm->ppm_lowpc + sym->ps_start); in pmcstat_symbol_search_by_name()102 pcm->ppm_lowpc + sym->ps_end); in pmcstat_symbol_search_by_name()
197 if (pc >= ppm->ppm_lowpc && pc < ppm->ppm_highpc) in pmcstat_process_find_map()199 if (pc < ppm->ppm_lowpc) in pmcstat_process_find_map()
225 pcmnew->ppm_lowpc = image->pi_start + offset; in pmcstat_image_link()229 assert(pcmnew->ppm_lowpc < pcmnew->ppm_highpc); in pmcstat_image_link()233 if (pcm->ppm_lowpc >= pcmnew->ppm_highpc) in pmcstat_image_link()
229 uintfptr_t ppm_lowpc; member
95 assert(cc[0] >= map->ppm_lowpc && cc[0] < map->ppm_highpc); in pmcpl_annotate_process()98 newpc = cc[0] - (map->ppm_lowpc + in pmcpl_annotate_process()
104 assert(cc[i] >= map->ppm_lowpc && cc[i] < map->ppm_highpc); in pmcpl_annotate_cg_process()106 newpc = cc[i] - (map->ppm_lowpc + in pmcpl_annotate_cg_process()
431 assert(cc[0] >= map->ppm_lowpc && cc[0] < map->ppm_highpc); in pmcpl_gmon_process()498 bucket = (cc[0] - map->ppm_lowpc) / FUNCTION_ALIGNMENT; in pmcpl_gmon_process()
146 loadaddress = ppm->ppm_lowpc + image->pi_vaddr - image->pi_start; in pmcstat_cgnode_hash_lookup_pc() 390 loadaddress = ppm->ppm_lowpc + image->pi_vaddr - in pmcpl_cg_process()
780 loadaddress = ppm[n]->ppm_lowpc + in pmcpl_ct_process()818 (ppm[0]->ppm_lowpc + ppm[0]->ppm_image->pi_vaddr - in pmcpl_ct_process()