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

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

Completed in 465 milliseconds