Home
last modified time | relevance | path

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

/linux-4.1.27/tools/lib/traceevent/
Devent-parse.c826 return EVENT_OP; in get_type()
905 case EVENT_OP: in __read_token()
1209 if (read_expected(EVENT_OP, ":") < 0) in event_read_name()
1230 if (read_expected(EVENT_OP, ":") < 0) in event_read_id()
1334 if (test_type_token(type, token, EVENT_OP, ":") < 0) in event_read_fields()
1353 (type == EVENT_OP && strcmp(token, "*") == 0) || in event_read_fields()
1359 type == EVENT_OP && strcmp(token, ".") == 0)) { in event_read_fields()
1392 if (test_type(type, EVENT_OP)) in event_read_fields()
1496 if (test_type_token(type, token, EVENT_OP, ";")) in event_read_fields()
1503 if (read_expected(EVENT_OP, ":") < 0) in event_read_fields()
[all …]
Devent-parse.h357 EVENT_OP, enumerator
Dparse-filter.c1066 case EVENT_OP: in process_filter()