Searched refs:DTRACEIOC (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Ddtrace.h1318 #define DTRACEIOC (('d' << 24) | ('t' << 16) | ('r' << 8)) macro
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 | 1
1337 #define DTRACEIOC macro
[all...]

Completed in 70 milliseconds