Searched refs:DT_IDENT_ACTFUNC (Results 1 – 4 of 4) sorted by relevance
/netbsd/external/cddl/osnet/dist/lib/libdtrace/common/ |
H A D | dt_open.c | 220 { "breakpoint", DT_IDENT_ACTFUNC, 0, DT_ACT_BREAKPOINT, 278 { "func", DT_IDENT_ACTFUNC, 0, DT_ACT_SYM, DT_ATTR_STABCMN, 338 { "mod", DT_IDENT_ACTFUNC, 0, DT_ACT_MOD, DT_ATTR_STABCMN, 440 { "speculate", DT_IDENT_ACTFUNC, 0, DT_ACT_SPECULATE, 484 { "sym", DT_IDENT_ACTFUNC, 0, DT_ACT_SYM, DT_ATTR_STABCMN, 501 { "tracemem", DT_IDENT_ACTFUNC, 0, DT_ACT_TRACEMEM, 504 { "trunc", DT_IDENT_ACTFUNC, 0, DT_ACT_TRUNC, DT_ATTR_STABCMN, 506 { "uaddr", DT_IDENT_ACTFUNC, 0, DT_ACT_UADDR, DT_ATTR_STABCMN, 510 { "ufunc", DT_IDENT_ACTFUNC, 0, DT_ACT_USYM, DT_ATTR_STABCMN, 514 { "umod", DT_IDENT_ACTFUNC, 0, DT_ACT_UMOD, DT_ATTR_STABCMN, [all …]
|
H A D | dt_ident.h | 93 #define DT_IDENT_ACTFUNC 6 /* identifier is an action function */ macro
|
H A D | dt_ident.c | 1042 case DT_IDENT_ACTFUNC: return ("tracing function"); in dt_idkind_name()
|
H A D | dt_parser.c | 445 case DT_IDENT_ACTFUNC: in dt_node_name() 1206 dnp->dn_ident->di_kind == DT_IDENT_ACTFUNC); in dt_node_is_actfunc() 1774 idp->di_kind != DT_IDENT_ACTFUNC) { in dt_node_func() 2136 expr->dn_ident->di_kind == DT_IDENT_ACTFUNC) in dt_node_statement()
|