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

/freebsd-9.3-release/usr.sbin/pmcstat/
H A Dpmcpl_annotate.c100 (image->pi_vaddr - image->pi_start));
H A Dpmcstat_log.h63 * the executable. 'pi_start' and 'pi_end' are the least and greatest
88 * Executables have pi_start and pi_end; these are zero
91 uintfptr_t pi_start; /* start address (inclusive) */ member in struct:pmcstat_image
H A Dpmcpl_gprof.c127 gm.lpc = image->pi_start;
447 assert(image->pi_end > image->pi_start);
448 pgf->pgf_nbuckets = (image->pi_end - image->pi_start) /
H A Dpmcpl_callgraph.c143 loadaddress = ppm->ppm_lowpc + image->pi_vaddr - image->pi_start;
386 image->pi_start;
H A Dpmcstat_log.c627 image->pi_start = minva = ~(uintfptr_t) 0;
744 image->pi_start = minva;
823 pi->pi_start = ~0;
868 pcmnew->ppm_lowpc = image->pi_start + offset;
H A Dpmcpl_calltree.c776 image->pi_vaddr - image->pi_start;
814 ppm[0]->ppm_image->pi_start), 1);

Completed in 74 milliseconds