X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=include%2Finstrumentation%2Fevents%2Fsched.h;h=13c15ce10425d81f4fa1bb91de629a64b8e5deae;hb=f97f9d2ea3610304df75769c9106d0a8cf2ad3ec;hp=5f994759d20350af13fcfeb088bce3be4727ff82;hpb=4ff82ec4e9cb8dee6fed47d1e0f92a65eb211b72;p=lttng-modules.git diff --git a/include/instrumentation/events/sched.h b/include/instrumentation/events/sched.h index 5f994759..13c15ce1 100644 --- a/include/instrumentation/events/sched.h +++ b/include/instrumentation/events/sched.h @@ -484,7 +484,8 @@ LTTNG_TRACEPOINT_EVENT_INSTANCE(sched_stat_template, sched_stat_blocked, TP_PROTO(struct task_struct *tsk, u64 delay), TP_ARGS(tsk, delay)) -#if (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(6,8,0)) +#if (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(6,8,0) || \ + LTTNG_RHEL_KERNEL_RANGE(5,14,0,452,0,0, 5,15,0,0,0,0)) /* * Tracepoint for accounting runtime (time the task is executing * on a CPU).