perf jevents: Add support for Hisi hip08 DDRC PMU aliasing
[linux-2.6-microblaze.git] / tools / perf / pmu-events / jevents.c
index 58f77fd..d599774 100644 (file)
@@ -236,6 +236,7 @@ static struct map {
        { "CPU-M-CF", "cpum_cf" },
        { "CPU-M-SF", "cpum_sf" },
        { "UPI LL", "uncore_upi" },
+       { "hisi_sccl,ddrc", "hisi_sccl,ddrc" },
        {}
 };
 
@@ -841,7 +842,7 @@ static void create_empty_mapping(const char *output_file)
                _Exit(1);
        }
 
-       fprintf(outfp, "#include \"../../pmu-events/pmu-events.h\"\n");
+       fprintf(outfp, "#include \"pmu-events/pmu-events.h\"\n");
        print_mapping_table_prefix(outfp);
        print_mapping_table_suffix(outfp);
        fclose(outfp);
@@ -1096,7 +1097,7 @@ int main(int argc, char *argv[])
        }
 
        /* Include pmu-events.h first */
-       fprintf(eventsfp, "#include \"../../pmu-events/pmu-events.h\"\n");
+       fprintf(eventsfp, "#include \"pmu-events/pmu-events.h\"\n");
 
        /*
         * The mapfile allows multiple CPUids to point to the same JSON file,