Lines Matching refs:ntevs
1351 for (i = 0; i < tf->ntevs; i++) {
1377 if (tf->ntevs == tf->max_tevs) {
1382 tev = &tf->tevs[tf->ntevs++];
1430 tf->ntevs--;
1437 struct probe_trace_event *tevs, int ntevs)
1443 if (!ntevs)
1448 for (j = 0; j < ntevs; j++) {
1454 if (j == ntevs) {
1458 for (j = 0; j < ntevs; j++) {
1493 tf.ntevs = 0;
1500 ret = fill_empty_trace_arg(pev, tf.tevs, tf.ntevs);
1502 if (ret < 0 || tf.ntevs == 0) {
1503 for (i = 0; i < tf.ntevs; i++)
1509 return (ret < 0) ? ret : tf.ntevs;