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

  /external/linux-tools-perf/util/
trace-event-parse.c 670 static int read_expect_type(enum event_type expect, char **tok) function
714 if (read_expect_type(EVENT_ITEM, &token) < 0)
735 if (read_expect_type(EVENT_ITEM, &token) < 0)
800 if (read_expect_type(EVENT_ITEM, &token) < 0)
925 if (read_expect_type(EVENT_ITEM, &token))
939 if (read_expect_type(EVENT_ITEM, &token))
958 if (read_expect_type(EVENT_ITEM, &token))
968 if (read_expect_type(EVENT_NEWLINE, &token))
1000 if (read_expect_type(EVENT_NEWLINE, &token))
1314 if (read_expect_type(EVENT_ITEM, &token) < 0
    [all...]

Completed in 76 milliseconds