Searched refs:EVENT_OP (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/tools/lib/traceevent/ |
D | event-parse.c | 892 return EVENT_OP; in get_type() 971 case EVENT_OP: in __read_token() 1275 if (read_expected(EVENT_OP, ":") < 0) in event_read_name() 1296 if (read_expected(EVENT_OP, ":") < 0) in event_read_id() 1400 if (test_type_token(type, token, EVENT_OP, ":") < 0) in event_read_fields() 1419 (type == EVENT_OP && strcmp(token, "*") == 0) || in event_read_fields() 1425 type == EVENT_OP && strcmp(token, ".") == 0)) { in event_read_fields() 1458 if (test_type(type, EVENT_OP)) in event_read_fields() 1562 if (test_type_token(type, token, EVENT_OP, ";")) in event_read_fields() 1569 if (read_expected(EVENT_OP, ":") < 0) in event_read_fields() [all …]
|
D | event-parse.h | 359 EVENT_OP, enumerator
|
D | parse-filter.c | 1066 case EVENT_OP: in process_filter()
|