Home
last modified time | relevance | path

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

/linux-6.14.4/tools/perf/util/
Dpmu.c931 char *mutable_to_match, *tok, *tmp; in perf_pmu__match_wildcard_uncore() local
946 mutable_to_match = strdup(to_match); in perf_pmu__match_wildcard_uncore()
947 if (!mutable_to_match) in perf_pmu__match_wildcard_uncore()
950 tok = strtok_r(mutable_to_match, ",", &tmp); in perf_pmu__match_wildcard_uncore()
956 free(mutable_to_match); in perf_pmu__match_wildcard_uncore()
968 free(mutable_to_match); in perf_pmu__match_wildcard_uncore()