- sdt_provider_t *sdp_provider; /* provider */
- char *sdp_name; /* name of probe */
- int sdp_namelen; /* length of allocated name */
- dtrace_id_t sdp_id; /* probe ID */
- struct modctl *sdp_ctl; /* modctl for module */
- int sdp_loadcnt; /* load count for module */
- int sdp_primary; /* non-zero if primary mod */
- sdt_instr_t *sdp_patchpoint; /* patch point */
- sdt_instr_t sdp_patchval; /* instruction to patch */
- sdt_instr_t sdp_savedval; /* saved instruction value */
- struct sdt_probe *sdp_next; /* next probe */
- struct sdt_probe *sdp_hashnext; /* next on hash */
+ sdt_provider_t *sdp_provider; /* provider */
+ char *sdp_name; /* name of probe */
+ int sdp_namelen; /* length of allocated name */
+ dtrace_id_t sdp_id; /* probe ID */
+ struct modctl *sdp_ctl; /* modctl for module */
+ int sdp_loadcnt; /* load count for module */
+ int sdp_primary; /* non-zero if primary mod */
+ sdt_instr_t *sdp_patchpoint; /* patch point */
+ sdt_instr_t sdp_patchval; /* instruction to patch */
+ sdt_instr_t sdp_savedval; /* saved instruction value */
+ struct sdt_probe *sdp_next; /* next probe */
+ struct sdt_probe *sdp_hashnext; /* next on hash */