Home | History | Annotate | Download | only in util

Lines Matching refs:tevs

1606 	/* Check number of tevs */
1612 tev = &tf->tevs[tf->ntevs++];
1640 struct probe_trace_event **tevs, int max_tevs)
1647 /* Allocate result tevs array */
1648 *tevs = zalloc(sizeof(struct probe_trace_event) * max_tevs);
1649 if (*tevs == NULL)
1652 tf.tevs = *tevs;
1657 free(*tevs);
1658 *tevs = NULL;
1705 /* Check number of tevs */