Home
last modified time | relevance | path

Searched refs:pmcin (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/pmcstat/
H A Dpmcpl_calltree.c213 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()
[all …]
H A Dpmcstat_log.h51 const char *pmcstat_pmcindex_to_name(int pmcin);
52 struct pmcstat_pmcrecord *pmcstat_pmcindex_to_pmcr(int pmcin);
H A Dpmcstat_log.c343 pmcstat_pmcindex_to_name(int pmcin) in pmcstat_pmcindex_to_name() argument
348 if (pr->pr_pmcin == pmcin) in pmcstat_pmcindex_to_name()
359 pmcstat_pmcindex_to_pmcr(int pmcin) in pmcstat_pmcindex_to_pmcr() argument
364 if (pr->pr_pmcin == pmcin) in pmcstat_pmcindex_to_pmcr()
594 int pmcin; in pmcstat_changefilter() local
601 pmcin = pmcstat_pmcinfilter; in pmcstat_changefilter()
612 } while (pmcstat_pmcinfilter != pmcin); in pmcstat_changefilter()