Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/sys/
HDpmclog.h300 int pmclog_flush(struct pmc_owner *_po, int force);
/freebsd-14-stable/sys/dev/hwpmc/
HDhwpmc_mod.c2686 pmclog_flush(pm->pm_owner, 1); in pmc_wait_for_pmc_idle()
2688 pmclog_flush(pm->pm_owner, 1); in pmc_wait_for_pmc_idle()
3881 error = pmclog_flush(po, 0); in pmc_syscall_handler()
5286 pmclog_flush(po, 0); in pmc_process_allproc()
HDhwpmc_logging.c813 pmclog_flush(struct pmc_owner *po, int force) in pmclog_flush() function