From: Michael Jeanson Date: Fri, 7 Jul 2023 17:27:15 +0000 (-0400) Subject: fix: ubuntu kinetic kernel range for jdb2 X-Git-Tag: v2.13.11~15 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=ac7d33b60496b17c8abe371f19b673f8f150414c;p=lttng-modules.git fix: ubuntu kinetic kernel range for jdb2 Kinetic introduces a 'lowlatency' kernel with a different ABI number than the 'generic' flavor, add 2 ranges accordingly. Change-Id: I89427e30672f3f25b2f6d698d6e1cabfb45d9366 Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers --- diff --git a/include/instrumentation/events/jbd2.h b/include/instrumentation/events/jbd2.h index 4605ff1d..70f9426d 100644 --- a/include/instrumentation/events/jbd2.h +++ b/include/instrumentation/events/jbd2.h @@ -146,7 +146,9 @@ LTTNG_TRACEPOINT_EVENT(jbd2_submit_inode_data, || LTTNG_KERNEL_RANGE(5,10,163, 5,11,0) \ || LTTNG_KERNEL_RANGE(5,15,87, 5,16,0) \ || LTTNG_KERNEL_RANGE(6,0,18, 6,1,0) \ - || LTTNG_KERNEL_RANGE(6,1,4, 6,2,0)) + || LTTNG_KERNEL_RANGE(6,1,4, 6,2,0) \ + || LTTNG_UBUNTU_KERNEL_RANGE(5,19,17,42, 5,19,18,0) \ + || LTTNG_UBUNTU_KERNEL_RANGE(5,19,7,1024, 5,19,8,0)) LTTNG_TRACEPOINT_EVENT(jbd2_run_stats, TP_PROTO(dev_t dev, tid_t tid, struct transaction_run_stats_s *stats),