Home
last modified time | relevance | path

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

/netbsd/sys/sys/
H A Dsysctl.h742 struct evcnt_sysctl { struct
743 uint64_t ev_count; /* current count */
744 uint64_t ev_addr; /* kernel address of evcnt */
745 uint64_t ev_parent; /* kernel address of parent */
746 uint8_t ev_type; /* EVCNT_TRAP_* */
747 uint8_t ev_grouplen; /* length of group with NUL */
748 uint8_t ev_namelen; /* length of name with NUL */
749 uint8_t ev_len; /* multiply by 8 */
754 char ev_strings[];