pmu_name_b       1453 tools/perf/util/parse-events.c static bool is_same_uncore_block(const char *pmu_name_a, const char *pmu_name_b)
pmu_name_b       1458 tools/perf/util/parse-events.c 	end_b = strrchr(pmu_name_b, '_');
pmu_name_b       1463 tools/perf/util/parse-events.c 	if ((end_a - pmu_name_a) != (end_b - pmu_name_b))
pmu_name_b       1466 tools/perf/util/parse-events.c 	return (strncmp(pmu_name_a, pmu_name_b, end_a - pmu_name_a) == 0);