mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-27 09:02:06 +00:00
perf script: Fix broken include in Context.xs
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>
This commit is contained in:
parent
d14c496588
commit
750ade7e82
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
||||||
#include "perl.h"
|
#include "perl.h"
|
||||||
#include "XSUB.h"
|
#include "XSUB.h"
|
||||||
#include "../../../perf.h"
|
#include "../../../perf.h"
|
||||||
#include "../../../util/script-event.h"
|
#include "../../../util/trace-event.h"
|
||||||
|
|
||||||
MODULE = Perf::Trace::Context PACKAGE = Perf::Trace::Context
|
MODULE = Perf::Trace::Context PACKAGE = Perf::Trace::Context
|
||||||
PROTOTYPES: ENABLE
|
PROTOTYPES: ENABLE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue