Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/sys/
H A Dsysctl.h813 struct evcnt_sysctl { struct
814 uint64_t ev_count; /* current count */
815 uint64_t ev_addr; /* kernel address of evcnt */
816 uint64_t ev_parent; /* kernel address of parent */
817 uint8_t ev_type; /* EVCNT_TRAP_* */
818 uint8_t ev_grouplen; /* length of group with NUL */
819 uint8_t ev_namelen; /* length of name with NUL */
820 uint8_t ev_len; /* multiply by 8 */
825 char ev_strings[0];