fix: timer/trace: Improve timer tracing (v5.2)
[lttng-modules.git] / instrumentation / events / lttng-module / mm_vmscan.h
index 9a77ead946d4814c2df50050808575713c9d8d78..cc7a2759b218048458f7ec2df527e81b95999640 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 #undef TRACE_SYSTEM
 #define TRACE_SYSTEM mm_vmscan
 
@@ -639,7 +640,7 @@ LTTNG_TRACEPOINT_EVENT(mm_vmscan_lru_shrink_inactive,
                ctf_integer(int, reclaim_flags, trace_shrink_flags(file))
        )
 )
-#elif (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,37))
+#else
 LTTNG_TRACEPOINT_EVENT(mm_vmscan_lru_shrink_inactive,
 
        TP_PROTO(int nid, int zid,
This page took 0.024006 seconds and 4 git commands to generate.