Home
last modified time | relevance | path

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

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