Searched refs:EVENT_OP (Results 1 – 3 of 3) sorted by relevance
/tools/lib/traceevent/ |
D | event-parse.c | 894 return EVENT_OP; in get_type() 973 case EVENT_OP: in __read_token() 1277 if (read_expected(EVENT_OP, ":") < 0) in event_read_name() 1298 if (read_expected(EVENT_OP, ":") < 0) in event_read_id() 1402 if (test_type_token(type, token, EVENT_OP, ":") < 0) in event_read_fields() 1421 (type == EVENT_OP && strcmp(token, "*") == 0) || in event_read_fields() 1427 type == EVENT_OP && strcmp(token, ".") == 0)) { in event_read_fields() 1460 if (test_type(type, EVENT_OP)) in event_read_fields() 1564 if (test_type_token(type, token, EVENT_OP, ";")) in event_read_fields() 1571 if (read_expected(EVENT_OP, ":") < 0) in event_read_fields() [all …]
|
D | event-parse.h | 359 EVENT_OP, enumerator
|
D | parse-filter.c | 1074 case EVENT_OP: in process_filter()
|