Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/pmc/
H A Dcmd_pmc_filter.cc212 int proccount, threadcount; in pmc_filter_handler() local
219 threadcount = proccount = eventcount = pmccount = 0; in pmc_filter_handler()
223 parse_names(threads, threadlist, &threadcount); in pmc_filter_handler()
294 if (threadcount && in pmc_filter_handler()
295 pmc_find_name(tidmap, ev.pl_u.pl_cc.pl_tid, threadlist, threadcount) == exclusive) in pmc_filter_handler()