]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - tools/perf/pmu-events/jevents.c
perf jevents: Use nonlocal include statements in pmu-events.c
[linux.git] / tools / perf / pmu-events / jevents.c
index 58f77fd0f59fe82700491f1b22c803e57ca089cb..a1184ea64cc6e83c7cf741b4753bfd842522002c 100644 (file)
@@ -841,7 +841,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 +1096,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,