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

/linux-master/tools/perf/util/
H A Dpmu.c855 char *next_tok = strtok_r(NULL, ",", &tmp); local
859 (!next_tok && !perf_pmu__match_ignoring_suffix(name, tok))) {
863 if (!next_tok)
865 tok = next_tok;

Completed in 110 milliseconds