Lines Matching defs:tevs
1336 if (tf->pf.addr == tf->tevs[i].point.address)
1360 /* Check number of tevs */
1366 tev = &tf->tevs[tf->ntevs++];
1421 struct probe_trace_event *tevs, int ntevs)
1433 if (tevs[j].args[i].value) {
1434 type = tevs[j].args[i].type;
1443 valp = &tevs[j].args[i].value;
1452 tevs[j].args[i].type = strdup(type);
1453 if (!tevs[j].args[i].type)
1464 struct probe_trace_event **tevs)
1471 /* Allocate result tevs array */
1472 *tevs = zalloc(sizeof(struct probe_trace_event) * tf.max_tevs);
1473 if (*tevs == NULL)
1476 tf.tevs = *tevs;
1484 ret = fill_empty_trace_arg(pev, tf.tevs, tf.ntevs);
1488 clear_probe_trace_event(&tf.tevs[i]);
1489 zfree(tevs);
1588 /* Check number of tevs */