Searched refs:TEP_EVENT_DELIM (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/tools/lib/traceevent/ |
D | event-parse.c | 849 case TEP_EVENT_ERROR ... TEP_EVENT_DELIM: in event_item_type() 952 return TEP_EVENT_DELIM; in get_type() 1027 case TEP_EVENT_DELIM: in __read_token() 2048 type == TEP_EVENT_DELIM && (strcmp(token, ")") == 0)) { in process_op() 2200 if (test_type_token(type, token, TEP_EVENT_DELIM, next_token)) { in alloc_and_process_delim() 2545 if (test_type_token(type, token, TEP_EVENT_DELIM, ",")) in process_fields() 2583 } while (type == TEP_EVENT_DELIM && strcmp(token, ",") == 0); in process_fields() 2620 if (test_type_token(type, token, TEP_EVENT_DELIM, ",")) in process_flags() 2632 if (test_type_token(type, token, TEP_EVENT_DELIM, ",")) in process_flags() 2636 if (test_type_token(type, token, TEP_EVENT_DELIM, ")")) in process_flags() [all …]
|
D | event-parse.h | 316 TEP_EVENT_DELIM, enumerator
|
D | parse-filter.c | 991 case TEP_EVENT_DELIM: in process_filter()
|