Lines Matching defs:probe
749 fasttrap_usdt_args64(fasttrap_probe_t *probe, struct reg *rp, int argc,
752 int i, x, cap = MIN(argc, probe->ftp_nargs);
756 x = probe->ftp_argmap[i];
771 fasttrap_usdt_args32(fasttrap_probe_t *probe, struct reg *rp, int argc,
774 int i, x, cap = MIN(argc, probe->ftp_nargs);
778 x = probe->ftp_argmap[i];
941 * return probe fasttrap. In this case we need to kill the process
1044 fasttrap_probe_t *probe = id->fti_probe;
1049 * probe to help ustack() find the
1054 dtrace_probe(probe->ftp_id, rp->r_rdi,
1063 * an artificial probe meant to change
1065 * encounters the true probe.
1068 } else if (probe->ftp_argmap == NULL) {
1069 dtrace_probe(probe->ftp_id, rp->r_rdi,
1075 fasttrap_usdt_args64(probe, rp,
1078 dtrace_probe(probe->ftp_id, t[0], t[1],
1089 * stack. If this is a function entry probe, we need
1102 fasttrap_probe_t *probe = id->fti_probe;
1107 * probe to help ustack() find the
1112 dtrace_probe(probe->ftp_id, s1, s2,
1120 * an artificial probe meant to change
1122 * encounters the true probe.
1125 } else if (probe->ftp_argmap == NULL) {
1126 dtrace_probe(probe->ftp_id, s0, s1,
1131 fasttrap_usdt_args32(probe, rp,
1134 dtrace_probe(probe->ftp_id, t[0], t[1],
1160 * If there's an is-enabled probe connected to this tracepoint it
1163 * linked. As this probe is, in fact, enabled, we need to stuff 1
1167 * probe was on some other instruction, but that would be a rather