Searched refs:ppm_highpc (Results 1 - 4 of 4) 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);
H A Dpmcstat_log.h125 uintfptr_t ppm_highpc; member in struct:pmcstat_pcmap
H A Dpmcstat_log.c869 pcmnew->ppm_highpc = image->pi_end + 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);
911 if (pcm->ppm_highpc <= start)
915 if (pcm->ppm_lowpc >= start && pcm->ppm_highpc <= end) {
922 } else if (pcm->ppm_lowpc < start && pcm->ppm_highpc > end) {
935 pcmnew->ppm_highpc = pcm->ppm_highpc;
937 pcm->ppm_highpc
[all...]
H A Dpmcpl_gprof.c414 assert(cc[0] >= map->ppm_lowpc && cc[0] < map->ppm_highpc);

Completed in 57 milliseconds