Searched refs:test_type_token (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/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() 1441 if (test_type_token(type, token, TEP_EVENT_ITEM, "field")) in event_read_fields() 1456 if (test_type_token(type, token, TEP_EVENT_OP, ":") < 0) in event_read_fields() 1628 if (test_type_token(type, token, TEP_EVENT_OP, ";")) in event_read_fields() 1663 if (test_type_token(type, token, TEP_EVENT_ITEM, "signed")) in event_read_fields() 1824 if (test_type_token(type, token, TEP_EVENT_OP, ":")) in process_cond() 1861 if (test_type_token(type, token, TEP_EVENT_OP, "]")) in process_array() 2201 if (test_type_token(type, token, TEP_EVENT_DELIM, next_token)) { in alloc_and_process_delim() 2530 if (test_type_token(type, token, TEP_EVENT_OP, "{")) in process_fields() [all …]
|