Lines Matching refs:tp_format
537 evsel->tp_format = orig->tp_format; in evsel__clone()
634 struct tep_event *tp_format = evsel->tp_format; in evsel__tp_format() local
636 if (tp_format) in evsel__tp_format()
637 return tp_format; in evsel__tp_format()
643 tp_format = trace_event__tp_format_id(evsel->core.attr.config); in evsel__tp_format()
645 tp_format = trace_event__tp_format(evsel->tp_sys, evsel->tp_name); in evsel__tp_format()
647 if (IS_ERR(tp_format)) { in evsel__tp_format()
648 int err = -PTR_ERR(evsel->tp_format); in evsel__tp_format()
654 evsel->tp_format = tp_format; in evsel__tp_format()
655 return evsel->tp_format; in evsel__tp_format()
3412 struct tep_event *tp_format = evsel__tp_format(evsel); in evsel__field() local
3414 return tp_format ? tep_find_field(tp_format, name) : NULL; in evsel__field()
3419 struct tep_event *tp_format = evsel__tp_format(evsel); in evsel__common_field() local
3421 return tp_format ? tep_find_common_field(tp_format, name) : NULL; in evsel__common_field()