Merge branch 'pm-cpufreq'
[cascardo/linux.git] / tools / perf / util / pmu.c
index 3c71138..89c91a1 100644 (file)
@@ -462,10 +462,6 @@ static struct perf_pmu *pmu_lookup(const char *name)
        LIST_HEAD(aliases);
        __u32 type;
 
-       /* No support for intel_bts so disallow it */
-       if (!strcmp(name, "intel_bts"))
-               return NULL;
-
        /*
         * The pmu data we store & need consists of the pmu
         * type value and format definitions. Load both right