Lines Matching defs:cntsiz
88 int cntsiz;
91 cntsiz = (highpc - lowpc) * ARCDENSITY / 100;
92 if (cntsiz < MINARCS)
93 cntsiz = MINARCS;
95 + sizeof(struct phdr) + cntsiz * sizeof(struct cnt);
101 monitor(lowpc, highpc, buffer, monsize, cntsiz);
109 * cntsiz: max no. of functions whose calls are counted
112 monitor(char *lowpc, char *highpc, char *buf, int bufsiz, int cntsiz)
156 o = sizeof(struct phdr) + cntsiz * sizeof(struct cnt);
180 php->ncnt = cntsiz;
181 numctrs = cntsiz;