Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/pmc/
H A Dcmd_pmc_summary.cc99 strintmap tideventmap, pideventmap; in pmc_summary_handler() local
123 if (pideventmap.find(ev.pl_u.pl_pc.pl_pcomm) == pideventmap.end()) in pmc_summary_handler()
124 pideventmap[ev.pl_u.pl_pc.pl_pcomm] = intmap(); in pmc_summary_handler()
139 auto &peventmap = pideventmap[pidname->second]; in pmc_summary_handler()
144 for (auto &pkv : pideventmap) in pmc_summary_handler()