Lines Matching refs:pmcin

213 	int i, pmcin;  in pmcpl_ct_samples_root()  local
219 for (pmcin = 0; pmcin < pmcstat_npmcs; pmcin++) in pmcpl_ct_samples_root()
220 samples->sb[pmcin] += PMCPL_CT_SAMPLE(pmcin, in pmcpl_ct_samples_root()
271 pmcpl_ct_instr_add(struct pmcpl_ct_node *ct, int pmcin, in pmcpl_ct_instr_add() argument
281 in->pctf_samples.sb[pmcin] += v; in pmcpl_ct_instr_add()
291 in->pctf_samples.sb[pmcin] = v; in pmcpl_ct_instr_add()
367 pmcpl_ct_node_dumptop(int pmcin, struct pmcpl_ct_node *ct, in pmcpl_ct_node_dumptop() argument
391 PMCPL_CT_SAMPLE(pmcin, in pmcpl_ct_node_dumptop()
393 PMCPL_CT_SAMPLEP(pmcin, in pmcpl_ct_node_dumptop()
413 if (PMCPL_CT_SAMPLE(pmcin, in pmcpl_ct_node_dumptop()
416 if (PMCPL_CT_SAMPLEP(pmcin, in pmcpl_ct_node_dumptop()
418 if (pmcpl_ct_node_dumptop(pmcin, in pmcpl_ct_node_dumptop()
455 pmcpl_ct_node_printtop(struct pmcpl_ct_sample *rsamples, int pmcin, int maxy) in pmcpl_ct_node_printtop() argument
480 PMCPL_CT_SAMPLE(pmcin, &TS(x, y)->pct_samples); in pmcpl_ct_node_printtop()
497 rsamples->sb[pmcin]; in pmcpl_ct_node_printtop()
512 v = PMCPL_CT_SAMPLEP(pmcin, &ct->pct_samples); in pmcpl_ct_node_printtop()
611 struct pmcpl_ct_node *child, int pmcin, unsigned v, int cd) in pmcpl_ct_node_update() argument
626 arc->pcta_samples.sb[pmcin] += v; in pmcpl_ct_node_update()
630 if (pmcpl_ct_callid.sb[pmcin] - in pmcpl_ct_node_update()
631 arc->pcta_callid.sb[pmcin] > 1) in pmcpl_ct_node_update()
633 arc->pcta_callid.sb[pmcin] = in pmcpl_ct_node_update()
634 pmcpl_ct_callid.sb[pmcin]; in pmcpl_ct_node_update()
647 arc->pcta_samples.sb[pmcin] = v; in pmcpl_ct_node_update()
651 arc->pcta_callid.sb[pmcin] = pmcpl_ct_callid.sb[pmcin]; in pmcpl_ct_node_update()
729 int i, n, pmcin; in pmcpl_ct_process() local
743 pmcin = pmcr->pr_pmcin; in pmcpl_ct_process()
772 pmcpl_ct_callid.sb[pmcin]++; in pmcpl_ct_process()
807 pmcpl_ct_node_update(ctl[i-1], ctl[i], pmcin, 1, 1); in pmcpl_ct_process()
813 ctl[n-1]->pct_samples.sb[pmcin]++; in pmcpl_ct_process()
817 pmcpl_ct_instr_add(ctl[n-1], pmcin, cc[0] - in pmcpl_ct_process()