Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_cc.c668 boolean_t istrace = (dnp->dn_ident->di_id == DT_ACT_TRACE); in dt_action_trace() local
669 const char *act = istrace ? "trace" : "print"; in dt_action_trace()
672 dnerror(dnp->dn_args, istrace ? D_TRACE_VOID : D_PRINT_VOID, in dt_action_trace()
677 dnerror(dnp->dn_args, istrace ? D_TRACE_DYN : D_PRINT_DYN, in dt_action_trace()
682 dnerror(dnp->dn_args, istrace ? D_TRACE_AGG : D_PRINT_AGG, in dt_action_trace()
684 istrace ? "" : " -- did you mean printa()?"); in dt_action_trace()