Fix block_rq_complete TP on Ubuntu kernel
[lttng-modules.git] / instrumentation / events / lttng-module / block.h
index ad0a3639df6ae3c378e1d8345318430f2890deaf..ac8310fda5bdaa8b881a631eb9501f3d195369b3 100644 (file)
@@ -225,7 +225,8 @@ DEFINE_EVENT(block_rq_with_error, block_rq_requeue,
        || LTTNG_KERNEL_RANGE(3,12,21, 3,13,0)          \
        || LTTNG_KERNEL_RANGE(3,10,41, 3,11,0)          \
        || LTTNG_KERNEL_RANGE(3,4,91, 3,5,0)            \
-       || LTTNG_KERNEL_RANGE(3,2,58, 3,3,0))
+       || LTTNG_KERNEL_RANGE(3,2,58, 3,3,0)            \
+       || LTTNG_UBUNTU_KERNEL_RANGE(3,13,11,31, 3,14,0,0))
 
 /**
  * block_rq_complete - block IO operation completed by device driver
This page took 0.025373 seconds and 4 git commands to generate.