Lines Matching refs:tevs
1352 if (tf->pf.addr == tf->tevs[i].point.address)
1376 /* Check number of tevs */
1382 tev = &tf->tevs[tf->ntevs++];
1437 struct probe_trace_event *tevs, int ntevs)
1449 if (tevs[j].args[i].value) {
1450 type = tevs[j].args[i].type;
1459 valp = &tevs[j].args[i].value;
1468 tevs[j].args[i].type = strdup(type);
1469 if (!tevs[j].args[i].type)
1480 struct probe_trace_event **tevs)
1487 /* Allocate result tevs array */
1488 *tevs = zalloc(sizeof(struct probe_trace_event) * tf.max_tevs);
1489 if (*tevs == NULL)
1492 tf.tevs = *tevs;
1500 ret = fill_empty_trace_arg(pev, tf.tevs, tf.ntevs);
1504 clear_probe_trace_event(&tf.tevs[i]);
1505 zfree(tevs);
1604 /* Check number of tevs */