Lines Matching defs:tp_format
1230 struct tep_event *tp_format;
1235 tp_format = evsel__tp_format(evsel);
1236 if (tp_format) {
1238 tep_print_fields(&seq, he->raw_data, he->raw_size, tp_format);
1240 tep_print_event(tp_format->tep, &seq, &rec, "%s", TEP_PRINT_INFO);
3533 struct tep_event *tp_format = evsel__tp_format(evsel);
3534 struct tep_format_field *field = tp_format ? tp_format->format.fields : NULL;
3569 struct tep_event *tp_format;
3575 tp_format = evsel__tp_format(evsel);
3576 if (tp_format == NULL)
3579 field = tep_find_any_field(tp_format, field_name);
3661 struct tep_event *tp_format = evsel__tp_format(evsel);
3663 tp_format ? tep_find_any_field(tp_format, field_name) : NULL;