Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_impl.h480 #define DT_ACT_NORMALIZE DT_ACT(16) /* normalize() action */ macro
H A Ddt_cc.c415 ap->dtad_arg = DT_ACT_NORMALIZE; in dt_action_normalize()
423 ap->dtad_arg = DT_ACT_NORMALIZE; in dt_action_normalize()
1114 case DT_ACT_NORMALIZE: in dt_compile_fun()
H A Ddt_open.c386 { "normalize", DT_IDENT_ACTFUNC, 0, DT_ACT_NORMALIZE, DT_ATTR_STABCMN,
H A Ddt_consume.c2313 if (rec->dtrd_arg != DT_ACT_NORMALIZE) in dt_normalize()
3136 case DT_ACT_NORMALIZE: in dt_consume_cpu()