Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/pmc/
H A Dcmd_pmc_summary.cc101 strintmap tideventmap, pideventmap; in pmc_summary_handler() local
125 if (pideventmap.find(ev.pl_u.pl_pc.pl_pcomm) == pideventmap.end()) in pmc_summary_handler()
126 pideventmap[ev.pl_u.pl_pc.pl_pcomm] = intmap(); in pmc_summary_handler()
141 auto &peventmap = pideventmap[pidname->second]; in pmc_summary_handler()
146 for (auto &pkv : pideventmap) in pmc_summary_handler()