X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=probes%2Flttng-probe-syscalls.c;h=8ce73dfa25b0c2c86a5ff11602f7017997ac8d1c;hb=244465ab4bfd9c0199c2b7bd3debf7ad5b2a786a;hp=2c174782555569a5a62f7add3b9f35d3b10db757;hpb=705e0807f7f8563d8fa9f2700fd3d9a421c5eb6c;p=lttng-modules.git diff --git a/probes/lttng-probe-syscalls.c b/probes/lttng-probe-syscalls.c index 2c174782..8ce73dfa 100644 --- a/probes/lttng-probe-syscalls.c +++ b/probes/lttng-probe-syscalls.c @@ -1,14 +1,15 @@ /* - * probes/lttng-probe-sched.c + * probes/lttng-probe-syscalls.c * * Copyright 2010 (c) - Mathieu Desnoyers * - * LTTng sched probes. + * LTTng syscalls probes. * * Dual LGPL v2.1/GPL v2 license. */ #include +#include "../ltt-events.h" /* * Create the tracepoint static inlines from the kernel to validate that our @@ -21,11 +22,10 @@ */ #define LTTNG_PACKAGE_BUILD #define CREATE_TRACE_POINTS -#define TRACE_INCLUDE_PATH ../instrumentation/syscalls/headers +#define TRACE_INCLUDE_PATH ../instrumentation/events/lttng-module -//test #include "../instrumentation/syscalls/headers/syscalls.h" -#include "../instrumentation/events/lttng-module/syscalsl.h" +#include "../instrumentation/events/lttng-module/syscalls.h" MODULE_LICENSE("GPL and additional rights"); MODULE_AUTHOR("Mathieu Desnoyers "); -MODULE_DESCRIPTION("LTTng sched probes"); +MODULE_DESCRIPTION("LTTng generic syscall probes");