Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dpmu.c897 char *next_tok = strtok_r(NULL, ",", &tmp); in pmu_uncore_alias_match() local
901 (!next_tok && !perf_pmu__match_ignoring_suffix(name, tok))) { in pmu_uncore_alias_match()
905 if (!next_tok) in pmu_uncore_alias_match()
907 tok = next_tok; in pmu_uncore_alias_match()