Home
last modified time | relevance | path

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

/linux-5.19.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()
1507 if ((type == TEP_EVENT_DELIM) && in event_read_fields()
1520 if (type == TEP_EVENT_DELIM) { in event_read_fields()
2062 type == TEP_EVENT_DELIM && (strcmp(token, ")") == 0)) { in process_op()
2211 if (test_type_token(type, token, TEP_EVENT_DELIM, next_token)) { in alloc_and_process_delim()
2556 if (test_type_token(type, token, TEP_EVENT_DELIM, ",")) in process_fields()
2594 } while (type == TEP_EVENT_DELIM && strcmp(token, ",") == 0); in process_fields()
2631 if (test_type_token(type, token, TEP_EVENT_DELIM, ",")) in process_flags()
[all …]
Devent-parse.h306 TEP_EVENT_DELIM, enumerator
Dparse-filter.c986 case TEP_EVENT_DELIM: in process_filter()