Lines Matching defs:tp_format
521 if (!evsel->tp_format) {
522 struct tep_event *tp_format;
524 tp_format = trace_event__tp_format_id(evsel->core.attr.config);
525 if (IS_ERR_OR_NULL(tp_format))
528 evsel->tp_format = tp_format;
531 field = tep_find_any_field(evsel->tp_format, str);
1375 struct tep_event *tp_format;
1384 tp_format = trace_event__tp_format(sys, name);
1385 if (IS_ERR(tp_format))
1388 return _PyLong_FromLong(tp_format->id);