Home
last modified time | relevance | path

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

/freebsd/lib/libpmcstat/
H A Dlibpmcstat_logging.c631 if (plugins[args->pa_plugin].pl_shutdownimage != NULL) in pmcstat_shutdown_logging()
632 plugins[args->pa_plugin].pl_shutdownimage(pi); in pmcstat_shutdown_logging()
633 if (plugins[args->pa_pplugin].pl_shutdownimage != NULL) in pmcstat_shutdown_logging()
634 plugins[args->pa_pplugin].pl_shutdownimage(pi); in pmcstat_shutdown_logging()
H A Dlibpmcstat.h288 void (*pl_shutdownimage)(struct pmcstat_image *pi); member
/freebsd/usr.sbin/pmcstat/
H A Dpmcstat_log.c169 .pl_shutdownimage = pmcpl_gmon_shutdownimage,