Home
last modified time | relevance | path

Searched defs:pmcstat_image (Results 1 – 1 of 1) sorted by relevance

/freebsd-src/lib/libpmcstat/
H A Dlibpmcstat.h168 struct pmcstat_image { struct
175 enum pmcstat_image_type pi_type; /* executable type */ argument
181 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