Searched defs:pmcstat_image (Results 1 – 1 of 1) sorted by relevance
168 struct pmcstat_image { struct175 enum pmcstat_image_type pi_type; /* executable type */ argument181 uintfptr_t pi_start; /* start address (inclusive) */182 uintfptr_t pi_end; /* end address (exclusive) */183 uintfptr_t pi_entry; /* entry address */207 extern LIST_HEAD(pmcstat_image_hash_list, pmcstat_image) pmcstat_image_hash[PMCSTAT_NHASH]; argument