Searched refs:EVENT_DELIM (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/tools/lib/traceevent/ |
D | event-parse.c | 723 case EVENT_ERROR ... EVENT_DELIM: in event_item_type() 824 return EVENT_DELIM; in get_type() 899 case EVENT_DELIM: in __read_token() 1916 type == EVENT_DELIM && (strcmp(token, ")") == 0)) { in process_op() 2062 if (test_type_token(type, token, EVENT_DELIM, next_token)) { in alloc_and_process_delim() 2401 if (test_type_token(type, token, EVENT_DELIM, ",")) in process_fields() 2439 } while (type == EVENT_DELIM && strcmp(token, ",") == 0); in process_fields() 2476 if (test_type_token(type, token, EVENT_DELIM, ",")) in process_flags() 2488 if (test_type_token(type, token, EVENT_DELIM, ",")) in process_flags() 2492 if (test_type_token(type, token, EVENT_DELIM, ")")) in process_flags() [all …]
|
D | event-parse.h | 358 EVENT_DELIM, enumerator
|
D | parse-filter.c | 999 case EVENT_DELIM: in process_filter()
|