X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=probes%2Flttng-kprobes.c;h=daf14ceca9d42ac29e85edd279dbbaea59b0763a;hb=156a3977f8fa114924d7bbd2bd04c94fd2ac0649;hp=c2547f0a48c0fb5288ef95d1cae9d47071873520;hpb=34f5da011f49d6d767cb7cf9826ac394314248e2;p=deliverable%2Flttng-modules.git diff --git a/probes/lttng-kprobes.c b/probes/lttng-kprobes.c index c2547f0a..daf14cec 100644 --- a/probes/lttng-kprobes.c +++ b/probes/lttng-kprobes.c @@ -23,11 +23,11 @@ #include #include #include -#include "../lttng-events.h" -#include "../wrapper/ringbuffer/frontend_types.h" -#include "../wrapper/vmalloc.h" -#include "../wrapper/irqflags.h" -#include "../lttng-tracer.h" +#include +#include +#include +#include +#include static int lttng_kprobes_handler_pre(struct kprobe *p, struct pt_regs *regs)