Home
last modified time | relevance | path

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

/freebsd/sys/dev/hwpmc/
H A Dhwpmc_mod.c254 static void pmc_process_threadcreate(struct thread *td);
2264 pmc_process_threadcreate(td); in pmc_hook_handler()
2268 pmc_process_threadcreate(td); in pmc_hook_handler()
5334 pmc_process_threadcreate(struct thread *td) in pmc_process_threadcreate() function