Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dfasttrap_impl.h109 struct fasttrap_probe { struct
110 dtrace_id_t ftp_id; /* DTrace probe identifier */
111 pid_t ftp_pid; /* pid for this probe */
114 size_t ftp_fsize; /* associated function's size */
115 uint64_t ftp_gen; /* modification generation */
116 uint64_t ftp_ntps; /* number of tracepoints */
118 uint8_t ftp_nargs; /* translated argument count */
119 uint8_t ftp_enabled; /* is this probe enabled */
120 char *ftp_xtypes; /* translated types index */
121 char *ftp_ntypes; /* native types index */
[all …]