X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttng-statedump-impl.c;h=1a2a12ba7f650ceb9a633b2cd7f79729aeadec32;hb=4f47ccf08dfac3d5db7553eb8b40bdab19764727;hp=b60531d507020bdbf26e8f7cac1b95f48d101663;hpb=e7a0ca7205fd4be7c829d171baa8823fe4784c90;p=lttng-modules.git diff --git a/lttng-statedump-impl.c b/lttng-statedump-impl.c index b60531d5..1a2a12ba 100644 --- a/lttng-statedump-impl.c +++ b/lttng-statedump-impl.c @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: (GPL-2.0 or LGPL-2.1) +/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only) * * lttng-statedump.c * @@ -33,8 +33,8 @@ #include #include -#include -#include +#include +#include #include #include #include @@ -50,10 +50,10 @@ /* Define the tracepoints, but do not build the probes */ #define CREATE_TRACE_POINTS -#define TRACE_INCLUDE_PATH instrumentation/events/lttng-module +#define TRACE_INCLUDE_PATH instrumentation/events #define TRACE_INCLUDE_FILE lttng-statedump #define LTTNG_INSTRUMENTATION -#include +#include DEFINE_TRACE(lttng_statedump_block_device); DEFINE_TRACE(lttng_statedump_end);