Home
last modified time | relevance | path

Searched refs:tideventmap (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
117 if (tideventmap.find(ev.pl_u.pl_tc.pl_tdname) == tideventmap.end()) in pmc_summary_handler()
118 tideventmap[ev.pl_u.pl_tc.pl_tdname] = intmap(); in pmc_summary_handler()
135 auto &teventmap = tideventmap[tidname->second]; in pmc_summary_handler()