X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=probes%2Flttng.c;h=8810fa223893b302b5e0b7c42426e9e2748c1cd4;hb=f6d9773c097b09be1ab7946dfc7cfe3c90026497;hp=7d063ff73cd8f163bb3ccc2e4b1727ae5b7ce7e7;hpb=156a3977f8fa114924d7bbd2bd04c94fd2ac0649;p=lttng-modules.git diff --git a/probes/lttng.c b/probes/lttng.c index 7d063ff7..8810fa22 100644 --- a/probes/lttng.c +++ b/probes/lttng.c @@ -34,7 +34,7 @@ #define TP_MODULE_NOAUTOLOAD #define LTTNG_PACKAGE_BUILD #define CREATE_TRACE_POINTS -#define TRACE_INCLUDE_PATH ../instrumentation/events/lttng-module +#define TRACE_INCLUDE_PATH instrumentation/events/lttng-module #define TRACE_INCLUDE_FILE lttng #define LTTNG_INSTRUMENTATION @@ -129,7 +129,7 @@ error: return ret; } -void __exit lttng_logger_exit(void) +void lttng_logger_exit(void) { __lttng_events_exit__lttng(); if (lttng_logger_dentry)