Home
last modified time | relevance | path

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

/external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
Devent-parse.c780 return EVENT_OP; in get_type()
859 case EVENT_OP: in __read_token()
1163 if (read_expected(EVENT_OP, ":") < 0) in event_read_name()
1184 if (read_expected(EVENT_OP, ":") < 0) in event_read_id()
1288 if (test_type_token(type, token, EVENT_OP, ":") < 0) in event_read_fields()
1307 (type == EVENT_OP && strcmp(token, "*") == 0) || in event_read_fields()
1313 type == EVENT_OP && strcmp(token, ".") == 0)) { in event_read_fields()
1346 if (test_type(type, EVENT_OP)) in event_read_fields()
1450 if (test_type_token(type, token, EVENT_OP, ";")) in event_read_fields()
1457 if (read_expected(EVENT_OP, ":") < 0) in event_read_fields()
[all …]
Devent-parse.h325 EVENT_OP, enumerator
Dparse-filter.c998 case EVENT_OP: in process_filter()