Searched refs:pmc_find_thread_descriptor (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/dev/hwpmc/ |
| H A D | hwpmc_mod.c | 234 static struct pmc_thread *pmc_find_thread_descriptor(struct pmc_process *pp, 1522 pt = pmc_find_thread_descriptor(pp, td, in pmc_process_csw_in() 1706 pt = pmc_find_thread_descriptor(pp, td, in pmc_process_csw_out() 1798 pmc_find_thread_descriptor(pmc, td, PMC_FLAG_ALLOCATE); in pmc_process_thread_add() 1811 pmc_thread_descriptor_pool_free(pmc_find_thread_descriptor(pmc, in pmc_process_thread_delete() 2429 pmc_find_thread_descriptor(struct pmc_process *pp, struct thread *td, in pmc_find_thread_descriptor() function 2513 tdlist[tdcnt] = pmc_find_thread_descriptor(pp, curtd, in pmc_add_thread_descriptors_from_proc()
|