1 /* SPDX-License-Identifier: (GPL-2.0 or LGPL-2.1)
3 * probes/lttng-probe-power.c
7 * Copyright (C) 2010-2012 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8 * Copyright (C) 2012 Mentor Graphics Corp.
11 #include <linux/module.h>
12 #include <lttng-tracer.h>
15 * Create the tracepoint static inlines from the kernel to validate that our
16 * trace event macros match the kernel we run on.
18 #include <trace/events/power.h>
20 #include <wrapper/tracepoint.h>
23 * Create LTTng tracepoint probes.
25 #define LTTNG_PACKAGE_BUILD
26 #define CREATE_TRACE_POINTS
27 #define TRACE_INCLUDE_PATH instrumentation/events/lttng-module
29 #include <instrumentation/events/lttng-module/power.h>
31 MODULE_LICENSE("GPL and additional rights");
32 MODULE_AUTHOR("Wade Farnsworth <wade_farnsworth@mentor.com>");
33 MODULE_AUTHOR("Andrew Gabbasov <andrew_gabbasov@mentor.com>");
34 MODULE_DESCRIPTION("LTTng power probes");
35 MODULE_VERSION(__stringify(LTTNG_MODULES_MAJOR_VERSION
) "."
36 __stringify(LTTNG_MODULES_MINOR_VERSION
) "."
37 __stringify(LTTNG_MODULES_PATCHLEVEL_VERSION
)
38 LTTNG_MODULES_EXTRAVERSION
);