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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_impl.h398 #define DT_ACT(n) (DT_ACT_BASE + (n)) macro
400 #define DT_ACT_PRINTF DT_ACT(0) /* printf() action */
401 #define DT_ACT_TRACE DT_ACT(1) /* trace() action */
402 #define DT_ACT_TRACEMEM DT_ACT(2) /* tracemem() action */
403 #define DT_ACT_STACK DT_ACT(3) /* stack() action */
404 #define DT_ACT_STOP DT_ACT(4) /* stop() action */
405 #define DT_ACT_BREAKPOINT DT_ACT(5) /* breakpoint() action */
406 #define DT_ACT_PANIC DT_ACT(6) /* panic() action */
407 #define DT_ACT_SPECULATE DT_ACT(7) /* speculate() action */
408 #define DT_ACT_COMMIT DT_ACT(
[all...]

Completed in 44 milliseconds