Lines Matching refs:pmcstat_image
168 struct pmcstat_image { struct
169 LIST_ENTRY(pmcstat_image) pi_next; /* hash link */
207 extern LIST_HEAD(pmcstat_image_hash_list, pmcstat_image) pmcstat_image_hash[PMCSTAT_NHASH]; argument
231 struct pmcstat_image *ppm_image;
287 void (*pl_initimage)(struct pmcstat_image *pi);
288 void (*pl_shutdownimage)(struct pmcstat_image *pi);
319 struct pmcstat_symbol *pmcstat_symbol_search(struct pmcstat_image *image,
321 void pmcstat_image_add_symbols(struct pmcstat_image *image, Elf *e,
328 void pmcstat_image_get_elf_params(struct pmcstat_image *image, struct pmcstat_args *args);
330 struct pmcstat_image *
337 struct pmcstat_image *_image, uintptr_t _baseaddr, uintptr_t _dynaddr,
342 struct pmcstat_image *_i, uintfptr_t _lpc);
345 struct pmcstat_image *_image, uintptr_t _baseaddr);
350 void pmcstat_image_determine_type(struct pmcstat_image *_image, struct pmcstat_args *args);
351 void pmcstat_image_get_aout_params(struct pmcstat_image *_image, struct pmcstat_args *args);