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

/macosx-10.10.1/dtrace-147/libdtrace/
H A Ddt_impl.h442 #define DT_ACT(n) (DT_ACT_BASE + (n)) macro
444 #define DT_ACT_PRINTF DT_ACT(0) /* printf() action */
445 #define DT_ACT_TRACE DT_ACT(1) /* trace() action */
446 #define DT_ACT_TRACEMEM DT_ACT(2) /* tracemem() action */
447 #define DT_ACT_STACK DT_ACT(3) /* stack() action */
448 #define DT_ACT_STOP DT_ACT(4) /* stop() action */
449 #define DT_ACT_BREAKPOINT DT_ACT(5) /* breakpoint() action */
450 #define DT_ACT_PANIC DT_ACT(6) /* panic() action */
451 #define DT_ACT_SPECULATE DT_ACT(7) /* speculate() action */
452 #define DT_ACT_COMMIT DT_ACT(
[all...]

Completed in 344 milliseconds