Searched refs:TEP_EVENT_DELIM (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/tools/lib/traceevent/ |
D | event-parse.c | 843 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 …]
|
D | event-parse.h | 305 TEP_EVENT_DELIM, enumerator
|
D | parse-filter.c | 986 case TEP_EVENT_DELIM: in process_filter()
|