Lines Matching refs:tf
1148 struct trace_event_finder *tf =
1154 if (tf->ntevs == tf->max_tevs) {
1156 tf->max_tevs);
1159 tev = &tf->tevs[tf->ntevs++];
1162 ret = convert_to_trace_point(&pf->sp_die, tf->mod, pf->addr,
1192 struct trace_event_finder tf = {
1202 tf.tevs = *tevs;
1203 tf.ntevs = 0;
1205 ret = debuginfo__find_probes(self, &tf.pf);
1212 return (ret < 0) ? ret : tf.ntevs;