Home
last modified time | relevance | path

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

/freebsd/sys/dev/hwpmc/
H A Dhwpmc_mod.c259 static int pmc_syscall_handler(struct thread *td, void *syscall_args);
417 .sy_call = pmc_syscall_handler,
3763 pmc_syscall_handler(struct thread *td, void *syscall_args) in pmc_syscall_handler() function