Home
last modified time | relevance | path

Searched refs:TEP_EVENT_NEWLINE (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/tools/lib/traceevent/
Devent-parse.c940 return TEP_EVENT_NEWLINE; in get_type()
1026 case TEP_EVENT_NEWLINE: in __read_token()
1247 if (type != TEP_EVENT_SPACE && type != TEP_EVENT_NEWLINE) in read_token_item()
1440 if (type == TEP_EVENT_NEWLINE) { in event_read_fields()
1657 if (type != TEP_EVENT_NEWLINE) { in event_read_fields()
1677 if (read_expect_type(TEP_EVENT_NEWLINE, &token)) in event_read_fields()
1726 if (read_expect_type(TEP_EVENT_NEWLINE, &token)) in event_read_format()
3200 case TEP_EVENT_ERROR ... TEP_EVENT_NEWLINE: in process_arg_token()
3218 if (type == TEP_EVENT_NEWLINE) { in event_read_print_args()
6077 if (type != TEP_EVENT_NEWLINE) { in parse_header_field()
[all …]
Devent-parse.h314 TEP_EVENT_NEWLINE, enumerator
Dparse-filter.c73 } while (type == TEP_EVENT_NEWLINE || type == TEP_EVENT_SPACE); in read_token()