Home
last modified time | relevance | path

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

/tools/lib/traceevent/
Devent-parse.c1205 static int test_type_token(enum event_type type, const char *token, in test_type_token() function
1250 ret = test_type_token(type, token, expect, str); in __read_expected()
1384 if (test_type_token(type, token, EVENT_ITEM, "field")) in event_read_fields()
1399 if (test_type_token(type, token, EVENT_OP, ":") < 0) in event_read_fields()
1561 if (test_type_token(type, token, EVENT_OP, ";")) in event_read_fields()
1596 if (test_type_token(type, token, EVENT_ITEM, "signed")) in event_read_fields()
1757 if (test_type_token(type, token, EVENT_OP, ":")) in process_cond()
1794 if (test_type_token(type, token, EVENT_OP, "]")) in process_array()
2136 if (test_type_token(type, token, EVENT_DELIM, next_token)) { in alloc_and_process_delim()
2459 if (test_type_token(type, token, EVENT_OP, "{")) in process_fields()
[all …]