Lines Matching refs:DTRACEIOC

1318 #define DTRACEIOC               (('d' << 24) | ('t' << 16) | ('r' << 8))
1319 #define DTRACEIOC_PROVIDER (DTRACEIOC | 1) /* provider query */
1320 #define DTRACEIOC_PROBES (DTRACEIOC | 2) /* probe query */
1321 #define DTRACEIOC_BUFSNAP (DTRACEIOC | 4) /* snapshot buffer */
1322 #define DTRACEIOC_PROBEMATCH (DTRACEIOC | 5) /* match probes */
1323 #define DTRACEIOC_ENABLE (DTRACEIOC | 6) /* enable probes */
1324 #define DTRACEIOC_AGGSNAP (DTRACEIOC | 7) /* snapshot agg. */
1325 #define DTRACEIOC_EPROBE (DTRACEIOC | 8) /* get eprobe desc. */
1326 #define DTRACEIOC_PROBEARG (DTRACEIOC | 9) /* get probe arg */
1327 #define DTRACEIOC_CONF (DTRACEIOC | 10) /* get config. */
1328 #define DTRACEIOC_STATUS (DTRACEIOC | 11) /* get status */
1329 #define DTRACEIOC_GO (DTRACEIOC | 12) /* start tracing */
1330 #define DTRACEIOC_STOP (DTRACEIOC | 13) /* stop tracing */
1331 #define DTRACEIOC_AGGDESC (DTRACEIOC | 15) /* get agg. desc. */
1332 #define DTRACEIOC_FORMAT (DTRACEIOC | 16) /* get format str */
1333 #define DTRACEIOC_DOFGET (DTRACEIOC | 17) /* get DOF */
1334 #define DTRACEIOC_REPLICATE (DTRACEIOC | 18) /* replicate enab */
1337 #define DTRACEIOC _IO('d',0)
1338 #define DTRACEIOC_PROVIDER (DTRACEIOC | 1) /* provider query */
1339 #define DTRACEIOC_PROBES (DTRACEIOC | 2) /* probe query */
1340 #define DTRACEIOC_BUFSNAP (DTRACEIOC | 4) /* snapshot buffer */
1341 #define DTRACEIOC_PROBEMATCH (DTRACEIOC | 5) /* match probes */
1342 #define DTRACEIOC_ENABLE (DTRACEIOC | 6) /* enable probes */
1343 #define DTRACEIOC_AGGSNAP (DTRACEIOC | 7) /* snapshot agg. */
1344 #define DTRACEIOC_EPROBE (DTRACEIOC | 8) /* get eprobe desc. */
1345 #define DTRACEIOC_PROBEARG (DTRACEIOC | 9) /* get probe arg */
1346 #define DTRACEIOC_CONF (DTRACEIOC | 10) /* get config. */
1347 #define DTRACEIOC_STATUS (DTRACEIOC | 11) /* get status */
1348 #define DTRACEIOC_GO (DTRACEIOC | 12) /* start tracing */
1349 #define DTRACEIOC_STOP (DTRACEIOC | 13) /* stop tracing */
1350 #define DTRACEIOC_AGGDESC (DTRACEIOC | 15) /* get agg. desc. */
1351 #define DTRACEIOC_FORMAT (DTRACEIOC | 16) /* get format str */
1352 #define DTRACEIOC_DOFGET (DTRACEIOC | 17) /* get DOF */
1353 #define DTRACEIOC_REPLICATE (DTRACEIOC | 18) /* replicate enab */
1354 #define DTRACEIOC_MODUUIDSLIST (DTRACEIOC | 30) /* APPLE ONLY, query for modules with missing symbols */
1355 #define DTRACEIOC_PROVMODSYMS (DTRACEIOC | 31) /* APPLE ONLY, provide missing symbols for a given module */