Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/tools/perf/util/
H A Dpmu.c857 char *next_tok = strtok_r(NULL, ",", &tmp); in pmu_uncore_alias_match() local
861 (!next_tok && !perf_pmu__match_ignoring_suffix(name, tok))) { in pmu_uncore_alias_match()
865 if (!next_tok) in pmu_uncore_alias_match()
867 tok = next_tok; in pmu_uncore_alias_match()

Completed in 5 milliseconds