X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=include%2Fwrapper%2Ftracepoint.h;h=10c9fce6e5eebb97997d4271ed282c211367a1a1;hb=853f5b15987181812b9973d86607cb9d76c850b9;hp=d5f3207594194dd7a2bc9c66a1462bab6abcebeb;hpb=5f4c791e2ad2c814101ccdb500e65543f2792c41;p=lttng-modules.git diff --git a/include/wrapper/tracepoint.h b/include/wrapper/tracepoint.h index d5f32075..10c9fce6 100644 --- a/include/wrapper/tracepoint.h +++ b/include/wrapper/tracepoint.h @@ -22,13 +22,6 @@ DEFINE_TRACE(name) #endif -#ifndef HAVE_KABI_2635_TRACEPOINT - -#define kabi_2635_tracepoint_probe_register tracepoint_probe_register -#define kabi_2635_tracepoint_probe_unregister tracepoint_probe_unregister - -#endif /* HAVE_KABI_2635_TRACEPOINT */ - #if (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(3,15,0)) #include @@ -38,8 +31,8 @@ #else /* #if (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(3,15,0)) */ -#define lttng_wrapper_tracepoint_probe_register kabi_2635_tracepoint_probe_register -#define lttng_wrapper_tracepoint_probe_unregister kabi_2635_tracepoint_probe_unregister +#define lttng_wrapper_tracepoint_probe_register tracepoint_probe_register +#define lttng_wrapper_tracepoint_probe_unregister tracepoint_probe_unregister static inline int lttng_tracepoint_init(void)