From: Michael Jeanson Date: Wed, 23 Sep 2020 18:42:18 +0000 (-0400) Subject: fix: Adjust ranges for Ubuntu 4.15.0-119 kernel X-Git-Tag: v2.12.3~8 X-Git-Url: https://git.lttng.org/?p=lttng-modules.git;a=commitdiff_plain;h=01a12501e0b0395b60c7e392cb7dded51ae572ca fix: Adjust ranges for Ubuntu 4.15.0-119 kernel Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers Change-Id: Ie32f70f810c8fc756fbd31ab129aeb35500790f7 --- diff --git a/instrumentation/events/lttng-module/writeback.h b/instrumentation/events/lttng-module/writeback.h index 09637d7c..0ce4915f 100644 --- a/instrumentation/events/lttng-module/writeback.h +++ b/instrumentation/events/lttng-module/writeback.h @@ -390,7 +390,8 @@ LTTNG_TRACEPOINT_EVENT_WBC_INSTANCE(wbc_writepage, writeback_wbc_writepage) LTTNG_KERNEL_RANGE(4,19,143, 4,20,0) || \ LTTNG_KERNEL_RANGE(4,14,196, 4,15,0) || \ LTTNG_KERNEL_RANGE(4,9,235, 4,10,0) || \ - LTTNG_KERNEL_RANGE(4,4,235, 4,5,0)) + LTTNG_KERNEL_RANGE(4,4,235, 4,5,0) || \ + LTTNG_UBUNTU_KERNEL_RANGE(4,15,18,119, 4,16,0,0)) LTTNG_TRACEPOINT_EVENT(writeback_queue_io, TP_PROTO(struct bdi_writeback *wb, struct wb_writeback_work *work,