Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/hwpmc/
H A Dhwpmc_mod.c268 static void pmc_process_threadcreate(struct thread *td);
2304 pmc_process_threadcreate(td); in pmc_hook_handler()
2308 pmc_process_threadcreate(td); in pmc_hook_handler()
5328 pmc_process_threadcreate(struct thread *td) in pmc_process_threadcreate() function