Searched refs:test_type_token (Results 1 – 1 of 1) sorted by relevance
/tools/lib/traceevent/ |
D | event-parse.c | 1268 static int test_type_token(enum tep_event_type type, const char *token, in test_type_token() function 1313 ret = test_type_token(type, token, expect, str); in __read_expected() 1462 if (test_type_token(type, token, TEP_EVENT_ITEM, "field")) in event_read_fields() 1477 if (test_type_token(type, token, TEP_EVENT_OP, ":") < 0) in event_read_fields() 1649 if (test_type_token(type, token, TEP_EVENT_OP, ";")) in event_read_fields() 1684 if (test_type_token(type, token, TEP_EVENT_ITEM, "signed")) in event_read_fields() 1845 if (test_type_token(type, token, TEP_EVENT_OP, ":")) in process_cond() 1882 if (test_type_token(type, token, TEP_EVENT_OP, "]")) in process_array() 2222 if (test_type_token(type, token, TEP_EVENT_DELIM, next_token)) { in alloc_and_process_delim() 2551 if (test_type_token(type, token, TEP_EVENT_OP, "{")) in process_fields() [all …]
|