HomeSort by relevance Sort by last modified time
    Searched full:read_expected (Results 1 - 1 of 1) sorted by null

  /external/linux-tools-perf/util/
trace-event-parse.c 694 static int read_expected(enum event_type expect, const char *str) function
708 if (read_expected(EVENT_ITEM, "name") < 0)
711 if (read_expected(EVENT_OP, ":") < 0)
732 if (read_expected(EVENT_OP, ":") < 0)
919 if (read_expected(EVENT_ITEM, "offset") < 0)
922 if (read_expected(EVENT_OP, ":") < 0)
930 if (read_expected(EVENT_OP, ";") < 0)
933 if (read_expected(EVENT_ITEM, "size") < 0)
936 if (read_expected(EVENT_OP, ":") < 0)
944 if (read_expected(EVENT_OP, ";") < 0
    [all...]

Completed in 46 milliseconds