Lines Matching refs:DTRACEIOC
1256 #define DTRACEIOC (('d' << 24) | ('t' << 16) | ('r' << 8)) macro
1257 #define DTRACEIOC_PROVIDER (DTRACEIOC | 1) /* provider query */
1258 #define DTRACEIOC_PROBES (DTRACEIOC | 2) /* probe query */
1259 #define DTRACEIOC_BUFSNAP (DTRACEIOC | 4) /* snapshot buffer */
1260 #define DTRACEIOC_PROBEMATCH (DTRACEIOC | 5) /* match probes */
1261 #define DTRACEIOC_ENABLE (DTRACEIOC | 6) /* enable probes */
1262 #define DTRACEIOC_AGGSNAP (DTRACEIOC | 7) /* snapshot agg. */
1263 #define DTRACEIOC_EPROBE (DTRACEIOC | 8) /* get eprobe desc. */
1264 #define DTRACEIOC_PROBEARG (DTRACEIOC | 9) /* get probe arg */
1265 #define DTRACEIOC_CONF (DTRACEIOC | 10) /* get config. */
1266 #define DTRACEIOC_STATUS (DTRACEIOC | 11) /* get status */
1267 #define DTRACEIOC_GO (DTRACEIOC | 12) /* start tracing */
1268 #define DTRACEIOC_STOP (DTRACEIOC | 13) /* stop tracing */
1269 #define DTRACEIOC_AGGDESC (DTRACEIOC | 15) /* get agg. desc. */
1270 #define DTRACEIOC_FORMAT (DTRACEIOC | 16) /* get format str */
1271 #define DTRACEIOC_DOFGET (DTRACEIOC | 17) /* get DOF */
1272 #define DTRACEIOC_REPLICATE (DTRACEIOC | 18) /* replicate enab */