Home
last modified time | relevance | path

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

/freebsd/usr.sbin/pmc/
H A Dcmd_pmc_summary.cc129 auto tidname = tidmap.find(ev.pl_u.pl_cc.pl_tid); in pmc_summary_handler() local
131 if (tidname != tidmap.end()) { in pmc_summary_handler()
132 auto &teventmap = tideventmap[tidname->second]; in pmc_summary_handler()