Searched refs:ppm_lowpc (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/usr.sbin/pmcstat/
H A Dpmcpl_annotate.c96 assert(cc[0] >= map->ppm_lowpc && cc[0] < map->ppm_highpc);
99 newpc = cc[0] - (map->ppm_lowpc +
H A Dpmcstat_log.h124 uintfptr_t ppm_lowpc; member in struct:pmcstat_pcmap
H A Dpmcstat_log.c868 pcmnew->ppm_lowpc = image->pi_start + offset;
872 assert(pcmnew->ppm_lowpc < pcmnew->ppm_highpc);
876 if (pcm->ppm_lowpc >= pcmnew->ppm_highpc)
910 assert(pcm->ppm_lowpc < pcm->ppm_highpc);
913 if (pcm->ppm_lowpc >= end)
915 if (pcm->ppm_lowpc >= start && pcm->ppm_highpc <= end) {
922 } else if (pcm->ppm_lowpc < start && pcm->ppm_highpc > end) {
934 pcmnew->ppm_lowpc = end;
942 } else if (pcm->ppm_lowpc < start && pcm->ppm_highpc <= end)
944 else if (pcm->ppm_lowpc >
[all...]
H A Dpmcpl_gprof.c414 assert(cc[0] >= map->ppm_lowpc && cc[0] < map->ppm_highpc);
473 bucket = (cc[0] - map->ppm_lowpc) / FUNCTION_ALIGNMENT;
H A Dpmcpl_callgraph.c143 loadaddress = ppm->ppm_lowpc + image->pi_vaddr - image->pi_start;
385 loadaddress = ppm->ppm_lowpc + image->pi_vaddr -
H A Dpmcpl_calltree.c775 loadaddress = ppm[n]->ppm_lowpc +
813 (ppm[0]->ppm_lowpc + ppm[0]->ppm_image->pi_vaddr -

Completed in 59 milliseconds