Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_cc.c830 dnp->dn_ident->di_id == DT_ACT_USTACK); in dt_action_ustack_args()
841 assert(dnp->dn_ident->di_id == DT_ACT_USTACK); in dt_action_ustack_args()
1133 case DT_ACT_USTACK: in dt_compile_fun()
1198 if (anp->dn_ident->di_id == DT_ACT_USTACK || in dt_compile_agg()
H A Ddt_impl.h431 #define DT_ACT_USTACK DT_ACT(12) /* ustack() action */ macro
H A Ddt_open.c436 { "ustack", DT_IDENT_ACTFUNC, 0, DT_ACT_USTACK, DT_ATTR_STABCMN, DT_VERS_1_0,