Searched refs:pl_initimage (Results 1 – 3 of 3) sorted by relevance
550 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()
287 void (*pl_initimage)(struct pmcstat_image *pi); member
169 .pl_initimage = pmcpl_gmon_initimage,