X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=probes%2Flttng-probe-syscalls.c;h=8ce73dfa25b0c2c86a5ff11602f7017997ac8d1c;hb=259b6cb38d19bbe9c039728459bc25acc0f6f8a0;hp=ee196e41b547a9155d315e1eb93e79a3493e1ad0;hpb=d5869321cc5bda1a078d9665e2ac280427b89f25;p=lttng-modules.git diff --git a/probes/lttng-probe-syscalls.c b/probes/lttng-probe-syscalls.c index ee196e41..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,12 +22,10 @@ */ #define LTTNG_PACKAGE_BUILD #define CREATE_TRACE_POINTS -//test #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/syscalls.h" MODULE_LICENSE("GPL and additional rights"); MODULE_AUTHOR("Mathieu Desnoyers "); -MODULE_DESCRIPTION("LTTng sched probes"); +MODULE_DESCRIPTION("LTTng generic syscall probes");