Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_cc.c833 assert(dnp->dn_ident->di_id == DT_ACT_JSTACK || in dt_action_ustack_args()
836 if (dnp->dn_ident->di_id == DT_ACT_JSTACK) { in dt_action_ustack_args()
1172 case DT_ACT_JSTACK: in dt_compile_fun()
1237 anp->dn_ident->di_id == DT_ACT_JSTACK) { in dt_compile_agg()
H A Ddt_impl.h484 #define DT_ACT_JSTACK DT_ACT(20) /* jstack() action */ macro
H A Ddt_open.c325 { "jstack", DT_IDENT_ACTFUNC, 0, DT_ACT_JSTACK, DT_ATTR_STABCMN, DT_VERS_1_0,