Home
last modified time | relevance | path

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

/freebsd/usr.sbin/pmc/
H A Dcmd_pmc_summary.cc96 strintmap tideventmap, pideventmap; in pmc_summary_handler() local
114 if (tideventmap.find(ev.pl_u.pl_tc.pl_tdname) == tideventmap.end()) in pmc_summary_handler()
115 tideventmap[ev.pl_u.pl_tc.pl_tdname] = intmap(); in pmc_summary_handler()
132 auto &teventmap = tideventmap[tidname->second]; in pmc_summary_handler()