Home | History | Annotate | Download | only in util

Lines Matching refs:tev

1603 	struct probe_trace_event *tev;
1612 tev = &tf->tevs[tf->ntevs++];
1615 &tev->point);
1619 pr_debug("Probe point found: %s+%lu\n", tev->point.symbol,
1620 tev->point.offset);
1623 tev->nargs = pf->pev->nargs;
1624 tev->args = zalloc(sizeof(struct probe_trace_arg) * tev->nargs);
1625 if (tev->args == NULL)
1629 pf->tvar = &tev->args[i];