]> rtime.felk.cvut.cz Git - linux-imx.git/commitdiff
perf script: Fix broken include in Context.xs
authorRamkumar Ramachandra <artagnon@gmail.com>
Tue, 9 Jul 2013 10:00:30 +0000 (15:30 +0530)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 10 Jul 2013 16:47:00 +0000 (13:47 -0300)
765532c8 (perf script: Finish the rename from trace to script,
2010-12-23) made a mistake during find-and-replace replacing
"../../../util/trace-event.h" with "../../../util/script-event.h", a
non-existent file.  Fix this include.

Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Link: http://lkml.kernel.org/r/1373364033-7918-3-git-send-email-artagnon@gmail.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/scripts/perl/Perf-Trace-Util/Context.xs

index c1e2ed1ed34e4e16e3398acd12f3e5723a81ddee..8c7ea42444d1cb455f03dc1ebcbbf4f33fafd598 100644 (file)
@@ -23,7 +23,7 @@
 #include "perl.h"
 #include "XSUB.h"
 #include "../../../perf.h"
-#include "../../../util/script-event.h"
+#include "../../../util/trace-event.h"
 
 MODULE = Perf::Trace::Context          PACKAGE = Perf::Trace::Context
 PROTOTYPES: ENABLE