Lines Matching defs:tp_format
538 evsel->tp_format = orig->tp_format;
636 struct tep_event *tp_format = evsel->tp_format;
638 if (tp_format)
639 return tp_format;
645 tp_format = trace_event__tp_format_id(evsel->core.attr.config);
647 tp_format = trace_event__tp_format(evsel->tp_sys, evsel->tp_name);
649 if (IS_ERR(tp_format)) {
650 int err = -PTR_ERR(evsel->tp_format);
657 evsel->tp_format = tp_format;
658 return evsel->tp_format;
3678 struct tep_event *tp_format = evsel__tp_format(evsel);
3680 return tp_format ? tep_find_field(tp_format, name) : NULL;
3685 struct tep_event *tp_format = evsel__tp_format(evsel);
3687 return tp_format ? tep_find_common_field(tp_format, name) : NULL;