Searched refs:mutable_to_match (Results 1 – 1 of 1) sorted by relevance
996 char *mutable_to_match, *tok, *tmp; in perf_pmu__match_wildcard_uncore() 1011 mutable_to_match = strdup(to_match); in perf_pmu__match_wildcard_uncore() 1012 if (!mutable_to_match) in perf_pmu__match_wildcard_uncore() 1015 tok = strtok_r(mutable_to_match, ",", &tmp); in perf_pmu__match_wildcard_uncore() 1021 free(mutable_to_match); in perf_pmu__match_wildcard_uncore() 1033 free(mutable_to_match); in pmu_uncore_identifier_match() 990 char *mutable_to_match, *tok, *tmp; perf_pmu__match_wildcard_uncore() local