Home
last modified time | relevance | path

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

/linux-6.1.9/tools/lib/traceevent/
Devent-parse.c934 return TEP_EVENT_NEWLINE; in get_type()
1015 case TEP_EVENT_NEWLINE: in __read_token()
1226 if (type != TEP_EVENT_SPACE && type != TEP_EVENT_NEWLINE) in read_token_item()
1442 if (type == TEP_EVENT_NEWLINE) { in event_read_fields()
1671 if (type != TEP_EVENT_NEWLINE) { in event_read_fields()
1691 if (read_expect_type(TEP_EVENT_NEWLINE, &token)) in event_read_fields()
1740 if (read_expect_type(TEP_EVENT_NEWLINE, &token)) in event_read_format()
3248 case TEP_EVENT_ERROR ... TEP_EVENT_NEWLINE: in process_arg_token()
3266 if (type == TEP_EVENT_NEWLINE) { in event_read_print_args()
6622 if (type != TEP_EVENT_NEWLINE) { in parse_header_field()
[all …]
Devent-parse.h304 TEP_EVENT_NEWLINE, enumerator
Dparse-filter.c68 } while (type == TEP_EVENT_NEWLINE || type == TEP_EVENT_SPACE); in filter_read_token()