[lttng-dev] [PATCH] Fix mm_vmscan_lru_isolate tracepoint for RHEL 9.4 kernel

2024-05-17 Thread Martin Hicks via lttng-dev
Redhat has moved to using the format first found in the 6.7 kernel for the mm_vmscan_lru_isolate tracepoint. Signed-off-by: Martin Hicks --- include/instrumentation/events/mm_vmscan.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/instrumentation/events/mm_vmsc

Re: [lttng-dev] [PATCH] Fix mm_vmscan_lru_isolate tracepoint for RHEL 9.4 kernel

2024-05-17 Thread Kienan Stewart via lttng-dev
Hi Martin, thanks for the patch. I changed the version range slightly. The RHEL kernel 5.14.0-427.13.1 still has the `isolate_mode` parameter in the `mm_vmscan_lru_isolate` tracepoint; it was only removed in 5.14.0-427.16.1. I also forward ported the patch to the master branch. The updated