Home
last modified time | relevance | path

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

/linux-4.4.14/tools/lib/traceevent/
Devent-parse.c788 case EVENT_ERROR ... EVENT_DELIM: in event_item_type()
890 return EVENT_DELIM; in get_type()
965 case EVENT_DELIM: in __read_token()
1985 type == EVENT_DELIM && (strcmp(token, ")") == 0)) { in process_op()
2137 if (test_type_token(type, token, EVENT_DELIM, next_token)) { in alloc_and_process_delim()
2476 if (test_type_token(type, token, EVENT_DELIM, ",")) in process_fields()
2514 } while (type == EVENT_DELIM && strcmp(token, ",") == 0); in process_fields()
2551 if (test_type_token(type, token, EVENT_DELIM, ",")) in process_flags()
2563 if (test_type_token(type, token, EVENT_DELIM, ",")) in process_flags()
2567 if (test_type_token(type, token, EVENT_DELIM, ")")) in process_flags()
[all …]
Devent-parse.h360 EVENT_DELIM, enumerator
Dparse-filter.c999 case EVENT_DELIM: in process_filter()