Lines Matching defs:nlp
93 struct nl *nlp;
101 for (nlp = modules.nl; nlp < modules.npe; nlp++) {
102 nlp->svalue = nlp->value / sizeof (UNIT);
104 bucket_of_entry = (nlp->svalue - lowpc) / scale;
105 bucket_of_code = (nlp->svalue + UNITS_TO_CODE - lowpc) / scale;
110 "to 0x%llx\n", nlp->svalue,
111 nlp->svalue + UNITS_TO_CODE);
235 nltype *nlp;
258 for (nlp = mi->nl; nlp < mi->npe; nlp++) {
259 if (nlp->ncallers == 0)
268 nlp->ncallers * PROFFUNC_SZ;
276 for (arcp = nlp->parents; arcp;
282 if (caller_id == nlp->ncallers)
294 (nlp->value - mi->txt_origin);
310 } /* for nlp... */
323 dump_hits(FILE *fp, char *filename, nltype *nlp)
328 if ((nelem = nlp->nticks) > PROF_BUFFER_SIZE)
340 hitpc = nlp->module->load_base + (nlp->value - nlp->module->txt_origin);
344 for (ntowrite = nlp->nticks; ntowrite >= nelem; ntowrite -= nelem) {
368 nltype *nlp;
386 for (nlp = mi->nl; nlp < mi->npe; nlp++) {
387 if (nlp->nticks)
388 dump_hits(fp, filename, nlp);
390 nlp->ncallers = 0;
391 for (arcp = nlp->parents; arcp;
393 (nlp->ncallers)++;
396 if (nlp->ncallers) {
397 (*tarcs) += nlp->ncallers;
566 nltype *nlp;
606 for (nlp = modules.nl; nlp < modules.npe; nlp++) {
607 for (arcp = nlp->children; arcp;