Cleanup: Move lttng-modules instrumentation headers
[lttng-modules.git] / probes / lttng-probe-i2c.c
index d1c1e099308dccaeae96f03798321c7bf4c65282..9dc1c79ead08a1877918f1a5d1ed03ec6ae31229 100644 (file)
@@ -1,29 +1,16 @@
-/*
+/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only)
+ *
  * probes/lttng-probe-i2c.c
  *
  * LTTng i2c probes.
  *
  * Copyright (C) 2012 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
  * Copyright (C) 2016 Simon Marchi <simon.marchi@ericsson.com>
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; only
- * version 2.1 of the License.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 #include <linux/module.h>
 #include <linux/moduleparam.h>
-#include <lttng-tracer.h>
+#include <lttng/tracer.h>
 
 /*
  * Create the tracepoint static inlines from the kernel to validate that our
@@ -36,7 +23,7 @@
  */
 #define LTTNG_PACKAGE_BUILD
 #define CREATE_TRACE_POINTS
-#define TRACE_INCLUDE_PATH instrumentation/events/lttng-module
+#define TRACE_INCLUDE_PATH instrumentation/events
 
 static int extract_sensitive_payload;
 module_param(extract_sensitive_payload, int, 0644);
@@ -44,7 +31,7 @@ MODULE_PARM_DESC(extract_sensitive_payload,
                "Whether to extract possibly sensitive data from events (i2c "
                "buffer contents) or not (1 or 0, default: 0).");
 
-#include <instrumentation/events/lttng-module/i2c.h>
+#include <instrumentation/events/i2c.h>
 
 MODULE_LICENSE("GPL and additional rights");
 MODULE_AUTHOR("Simon Marchi <simon.marchi@ericsson.com>");
This page took 0.023935 seconds and 4 git commands to generate.