Home | History | Annotate | Download | only in util

Lines Matching refs:tev

1150 	struct probe_trace_event *tev;
1159 tev = &tf->tevs[tf->ntevs++];
1163 pf->pev->point.retprobe, &tev->point);
1167 pr_debug("Probe point found: %s+%lu\n", tev->point.symbol,
1168 tev->point.offset);
1171 tev->nargs = pf->pev->nargs;
1172 tev->args = zalloc(sizeof(struct probe_trace_arg) * tev->nargs);
1173 if (tev->args == NULL)
1177 pf->tvar = &tev->args[i];