Lines Matching refs:tp_format
537 evsel->tp_format = orig->tp_format; in evsel__clone()
635 struct tep_event *tp_format = evsel->tp_format; in evsel__tp_format() local
637 if (tp_format) in evsel__tp_format()
638 return tp_format; in evsel__tp_format()
644 tp_format = trace_event__tp_format_id(evsel->core.attr.config); in evsel__tp_format()
646 tp_format = trace_event__tp_format(evsel->tp_sys, evsel->tp_name); in evsel__tp_format()
648 if (IS_ERR(tp_format)) { in evsel__tp_format()
649 int err = -PTR_ERR(evsel->tp_format); in evsel__tp_format()
655 evsel->tp_format = tp_format; in evsel__tp_format()
656 return evsel->tp_format; in evsel__tp_format()
3546 struct tep_event *tp_format = evsel__tp_format(evsel); in evsel__field() local
3548 return tp_format ? tep_find_field(tp_format, name) : NULL; in evsel__field()
3553 struct tep_event *tp_format = evsel__tp_format(evsel); in evsel__common_field() local
3555 return tp_format ? tep_find_common_field(tp_format, name) : NULL; in evsel__common_field()