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

/external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
H A Devent-parse.c1146 static int read_expected(enum event_type expect, const char *str) function
1160 if (read_expected(EVENT_ITEM, "name") < 0)
1163 if (read_expected(EVENT_OP, ":") < 0)
1184 if (read_expected(EVENT_OP, ":") < 0)
1454 if (read_expected(EVENT_ITEM, "offset") < 0)
1457 if (read_expected(EVENT_OP, ":") < 0)
1465 if (read_expected(EVENT_OP, ";") < 0)
1468 if (read_expected(EVENT_ITEM, "size") < 0)
1471 if (read_expected(EVENT_OP, ":") < 0)
1479 if (read_expected(EVENT_O
[all...]

Completed in 68 milliseconds