Searched refs:EVENT_NEWLINE (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/tools/lib/traceevent/
H A Devent-parse.c878 return EVENT_NEWLINE; get_type()
964 case EVENT_NEWLINE: __read_token()
1185 if (type != EVENT_SPACE && type != EVENT_NEWLINE) read_token_item()
1378 if (type == EVENT_NEWLINE) { event_read_fields()
1595 if (type != EVENT_NEWLINE) { event_read_fields()
1615 if (read_expect_type(EVENT_NEWLINE, &token)) event_read_fields()
1664 if (read_expect_type(EVENT_NEWLINE, &token)) event_read_format()
3110 case EVENT_ERROR ... EVENT_NEWLINE: process_arg_token()
3128 if (type == EVENT_NEWLINE) { event_read_print_args()
5705 if (type != EVENT_NEWLINE) { parse_header_field()
5725 if (read_expect_type(EVENT_NEWLINE, &token)) parse_header_field()
H A Devent-parse.h358 EVENT_NEWLINE, enumerator in enum:event_type
H A Dparse-filter.c81 } while (type == EVENT_NEWLINE || type == EVENT_SPACE); read_token()

Completed in 129 milliseconds