Home
last modified time | relevance | path

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

/freebsd-14.2/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_impl.h462 #define DT_ACT(n) (DT_ACT_BASE + (n)) macro
465 #define DT_ACT_TRACE DT_ACT(1) /* trace() action */
467 #define DT_ACT_STACK DT_ACT(3) /* stack() action */
468 #define DT_ACT_STOP DT_ACT(4) /* stop() action */
470 #define DT_ACT_PANIC DT_ACT(6) /* panic() action */
474 #define DT_ACT_CHILL DT_ACT(10) /* chill() action */
475 #define DT_ACT_EXIT DT_ACT(11) /* exit() action */
478 #define DT_ACT_RAISE DT_ACT(14) /* raise() action */
479 #define DT_ACT_CLEAR DT_ACT(15) /* clear() action */
488 #define DT_ACT_MOD DT_ACT(24) /* mod() action */
[all …]