Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dpmclog.h303 int pmclog_proc_create(struct thread *td, void **handlep);
/freebsd/sys/dev/hwpmc/
H A Dhwpmc_logging.c301 pmclog_proc_create(struct thread *td, void **handlep) in pmclog_proc_create() function
H A Dhwpmc_mod.c3788 error = pmclog_proc_create(td, &pmclog_proc_handle); in pmc_syscall_handler()