Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libdtrace/common/
H A Ddt_impl.h416 #define DT_ACT(n) (DT_ACT_BASE + (n)) macro
418 #define DT_ACT_PRINTF DT_ACT(0) /* printf() action */
419 #define DT_ACT_TRACE DT_ACT(1) /* trace() action */
420 #define DT_ACT_TRACEMEM DT_ACT(2) /* tracemem() action */
421 #define DT_ACT_STACK DT_ACT(3) /* stack() action */
422 #define DT_ACT_STOP DT_ACT(4) /* stop() action */
423 #define DT_ACT_BREAKPOINT DT_ACT(5) /* breakpoint() action */
424 #define DT_ACT_PANIC DT_ACT(6) /* panic() action */
425 #define DT_ACT_SPECULATE DT_ACT(7) /* speculate() action */
426 #define DT_ACT_COMMIT DT_ACT(8) /* commit() action */
[all …]