Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_cg.c676 idp->di_id, dnp->dn_reg); in dt_cg_prearith_op()
1108 dxp->dx_ident->di_id = 0; in dt_cg_asgn_op()
1132 idp->di_id, dnp->dn_reg); in dt_cg_asgn_op()
1249 if (idp->di_id == DIF_VAR_ARGS) { in dt_cg_array_op()
1271 instr = DIF_INSTR_LDA(op, idp->di_id, in dt_cg_array_op()
1389 dxp->dx_ident->di_id = dx->dtxl_sreg; in dt_cg_xlate_member()
1394 dxp->dx_ident->di_id = 0; in dt_cg_xlate_member()
1793 assert(dxp->dx_ident->di_id != 0); in dt_cg_node()
1857 dxp->dx_ident->di_id = 0; in dt_cg_node()
2022 dnp->dn_ident->di_id, dnp->dn_reg); in dt_cg_node()
[all …]
H A Ddt_ident.c390 idp->di_flags | DT_IDFLG_ORPHAN, idp->di_id, idp->di_attr, in dt_idcook_args()
410 xidp->di_flags | DT_IDFLG_ORPHAN, idp->di_id, idp->di_attr, in dt_idcook_args()
439 assert(dnp->dn_ident->di_id == idp->di_id); in dt_idcook_args()
637 idp->di_kind, idp->di_flags, idp->di_id, idp->di_attr, in dt_idhash_populate()
719 nextid = MAX(nextid, idp->di_id + 1); in dt_idhash_update()
845 if (lhs->di_id != rhs->di_id) in dt_idhash_comp()
846 return ((int)(lhs->di_id - rhs->di_id)); in dt_idhash_comp()
925 idp->di_id = id; in dt_ident_create()
H A Ddt_cc.c704 if (dnp->dn_ident->di_id == DT_ACT_PRINT) { in dt_action_trace()
834 dnp->dn_ident->di_id == DT_ACT_USTACK); in dt_action_ustack_args()
836 if (dnp->dn_ident->di_id == DT_ACT_JSTACK) { in dt_action_ustack_args()
1083 switch (dnp->dn_expr->dn_ident->di_id) { in dt_compile_fun()
1231 if (anp->dn_ident->di_id == DT_ACT_STACK) { in dt_compile_agg()
1242 switch (anp->dn_ident->di_id) { in dt_compile_agg()
1278 if (fid->di_id == DTRACEAGG_LQUANTIZE) { in dt_compile_agg()
1413 if (fid->di_id == DTRACEAGG_LLQUANTIZE) { in dt_compile_agg()
1553 if (fid->di_id == DTRACEAGG_QUANTIZE) { in dt_compile_agg()
1590 assert(DTRACEACT_ISAGG(fid->di_id)); in dt_compile_agg()
[all …]
H A Ddt_module.c511 if (idp != NULL && idp->di_id != 0) in dt_module_create()
512 dmp->dm_pid = idp->di_id; in dt_module_create()
1078 sip->dts_id = idp->di_id; in dt_module_extern()
1351 dt_idhash_lookup(dtp->dt_macros, "egid")->di_id = getegid(); in dtrace_update()
1352 dt_idhash_lookup(dtp->dt_macros, "euid")->di_id = geteuid(); in dtrace_update()
1353 dt_idhash_lookup(dtp->dt_macros, "gid")->di_id = getgid(); in dtrace_update()
1354 dt_idhash_lookup(dtp->dt_macros, "pid")->di_id = getpid(); in dtrace_update()
1356 dt_idhash_lookup(dtp->dt_macros, "ppid")->di_id = getppid(); in dtrace_update()
1360 dt_idhash_lookup(dtp->dt_macros, "sid")->di_id = getsid(0); in dtrace_update()
1364 dt_idhash_lookup(dtp->dt_macros, "uid")->di_id = getuid(); in dtrace_update()
[all …]
H A Ddt_proc.c994 if (P != NULL && idp != NULL && idp->di_id == 0) { in dtrace_proc_create()
995 idp->di_id = proc_getpid(P); /* $target = created pid */ in dtrace_proc_create()
1007 if (P != NULL && idp != NULL && idp->di_id == 0) in dtrace_proc_grab()
1008 idp->di_id = pid; /* $target = grabbed pid */ in dtrace_proc_grab()
H A Ddt_ident.h74 uint_t di_id; /* variable or subr id (see <sys/dtrace.h>) */ member
H A Ddt_xlator.c157 dxp->dx_souid.di_id = dxp->dx_id; in dt_xlator_create()
168 dxp->dx_ptrid.di_id = dxp->dx_id; in dt_xlator_create()
H A Ddt_lex.l334 (void) snprintf(s, sizeof (s), "%u", idp->di_id);
354 yylval.l_int = (intmax_t)(int)idp->di_id;
H A Ddt_map.c412 agg->dtagd_varid = aid->di_id;
H A Ddt_as.c111 dvp->dtdv_id = idp->di_id; in dt_copyvar()
H A Ddt_subr.c140 vlen = snprintf(buf, 32, "%d", idp->di_id); in dtrace_xstr2desc()
H A Ddt_printf.c85 if (idp == NULL || idp->di_id == 0) in pfcheck_uaddr()
401 pid = idp->di_id; in pfprint_uaddr()
H A Ddt_provider.c860 pit->pit_desc.dtpd_id = idp->di_id; in dt_probe_iter()
H A Ddt_open.c1361 idp->di_kind, idp->di_flags, idp->di_id, idp->di_attr, in dt_vopen()
H A Ddt_parser.c3844 "array\n", idp->di_name, idp->di_id); in dt_cook_op2()