Home
last modified time | relevance | path

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

/Linux-v5.10/tools/lib/traceevent/
Devent-parse.c843 case TEP_EVENT_ERROR ... TEP_EVENT_DELIM: in event_item_type()
946 return TEP_EVENT_DELIM; in get_type()
1016 case TEP_EVENT_DELIM: in __read_token()
1499 if ((type == TEP_EVENT_DELIM) && in event_read_fields()
1512 if (type == TEP_EVENT_DELIM) { in event_read_fields()
2052 type == TEP_EVENT_DELIM && (strcmp(token, ")") == 0)) { in process_op()
2201 if (test_type_token(type, token, TEP_EVENT_DELIM, next_token)) { in alloc_and_process_delim()
2546 if (test_type_token(type, token, TEP_EVENT_DELIM, ",")) in process_fields()
2584 } while (type == TEP_EVENT_DELIM && strcmp(token, ",") == 0); in process_fields()
2621 if (test_type_token(type, token, TEP_EVENT_DELIM, ",")) in process_flags()
[all …]
Devent-parse.h305 TEP_EVENT_DELIM, enumerator
Dparse-filter.c986 case TEP_EVENT_DELIM: in process_filter()