Lines Matching defs:tp_format
421 if (!evsel->tp_format) {
422 struct tep_event *tp_format;
424 tp_format = trace_event__tp_format_id(evsel->core.attr.config);
425 if (!tp_format)
428 evsel->tp_format = tp_format;
431 field = tep_find_any_field(evsel->tp_format, str);
1277 struct tep_event *tp_format;
1286 tp_format = trace_event__tp_format(sys, name);
1287 if (IS_ERR(tp_format))
1290 return _PyLong_FromLong(tp_format->id);