Home | History | Annotate | Download | only in util

Lines Matching refs:max_tevs

1607 	if (tf->ntevs == tf->max_tevs) {
1609 tf->max_tevs);
1640 struct probe_trace_event **tevs, int max_tevs)
1644 .max_tevs = max_tevs};
1648 *tevs = zalloc(sizeof(struct probe_trace_event) * max_tevs);