Home
last modified time | relevance | path

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

/src/lib/libpmcstat/
H A Dlibpmcstat_image.c550 if (plugins[args->pa_pplugin].pl_initimage != NULL) in pmcstat_image_from_path()
551 plugins[args->pa_pplugin].pl_initimage(pi); in pmcstat_image_from_path()
552 if (plugins[args->pa_plugin].pl_initimage != NULL) in pmcstat_image_from_path()
553 plugins[args->pa_plugin].pl_initimage(pi); in pmcstat_image_from_path()
H A Dlibpmcstat.h287 void (*pl_initimage)(struct pmcstat_image *pi); member
/src/usr.sbin/pmcstat/
H A Dpmcstat_log.c169 .pl_initimage = pmcpl_gmon_initimage,