Searched refs:test_type_token (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/tools/lib/traceevent/ |
D | event-parse.c | 1247 static int test_type_token(enum tep_event_type type, const char *token, in test_type_token() function 1292 ret = test_type_token(type, token, expect, str); in __read_expected() 1449 if (test_type_token(type, token, TEP_EVENT_ITEM, "field")) in event_read_fields() 1464 if (test_type_token(type, token, TEP_EVENT_OP, ":") < 0) in event_read_fields() 1638 if (test_type_token(type, token, TEP_EVENT_OP, ";")) in event_read_fields() 1673 if (test_type_token(type, token, TEP_EVENT_ITEM, "signed")) in event_read_fields() 1834 if (test_type_token(type, token, TEP_EVENT_OP, ":")) in process_cond() 1871 if (test_type_token(type, token, TEP_EVENT_OP, "]")) in process_array() 2211 if (test_type_token(type, token, TEP_EVENT_DELIM, next_token)) { in alloc_and_process_delim() 2540 if (test_type_token(type, token, TEP_EVENT_OP, "{")) in process_fields() [all …]
|