From f64d76a51b5e20a8c402d1eca921c63fdc5ce9ec Mon Sep 17 00:00:00 2001 From: Julien Desfossez Date: Wed, 1 Oct 2014 11:05:09 -0400 Subject: [PATCH] Fix block_rq_complete TP on Ubuntu kernel Fixes: #814 Signed-off-by: Julien Desfossez Signed-off-by: Mathieu Desnoyers --- instrumentation/events/lttng-module/block.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/instrumentation/events/lttng-module/block.h b/instrumentation/events/lttng-module/block.h index fb592ad3..0aff5469 100644 --- a/instrumentation/events/lttng-module/block.h +++ b/instrumentation/events/lttng-module/block.h @@ -225,7 +225,8 @@ LTTNG_TRACEPOINT_EVENT_INSTANCE(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 -- 2.34.1