From: Michael Jeanson Date: Fri, 7 Jul 2023 17:27:15 +0000 (-0400) Subject: fix: ubuntu kinetic kernel range for jdb2 X-Git-Url: http://git.liburcu.org/?p=lttng-modules.git;a=commitdiff_plain;h=de5eee31f2eac8cb42b187943aba480e00d0e6ee 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 be217ffa..b00777fa 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),