Lines Matching refs:ntevs
1335 for (i = 0; i < tf->ntevs; i++) {
1361 if (tf->ntevs == tf->max_tevs) {
1366 tev = &tf->tevs[tf->ntevs++];
1414 tf->ntevs--;
1421 struct probe_trace_event *tevs, int ntevs)
1427 if (!ntevs)
1432 for (j = 0; j < ntevs; j++) {
1438 if (j == ntevs) {
1442 for (j = 0; j < ntevs; j++) {
1477 tf.ntevs = 0;
1484 ret = fill_empty_trace_arg(pev, tf.tevs, tf.ntevs);
1486 if (ret < 0 || tf.ntevs == 0) {
1487 for (i = 0; i < tf.ntevs; i++)
1493 return (ret < 0) ? ret : tf.ntevs;