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

  /external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
event-parse.c 809 static int extend_token(char **tok, char *buf, int size) function
914 if (extend_token(tok, buf, tok_size) < 0)
956 if (extend_token(tok, buf, tok_size) < 0)
966 if (extend_token(tok, buf, tok_size + i + 1) < 0)
    [all...]

Completed in 172 milliseconds