[lttng-dev] [PATCH lttng-modules] Fix: update kvm instrumentation for SLES12 SP2 LTSS >= 4.4.121-92.92
Mathieu Desnoyers
mathieu.desnoyers at efficios.com
Sat Oct 27 03:46:13 EDT 2018
Merged, thanks!
Mathieu
----- On Oct 26, 2018, at 11:01 PM, Michael Jeanson mjeanson at efficios.com wrote:
> Signed-off-by: Michael Jeanson <mjeanson at efficios.com>
> ---
> instrumentation/events/lttng-module/kvm.h | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/instrumentation/events/lttng-module/kvm.h
> b/instrumentation/events/lttng-module/kvm.h
> index 887fe6f..f4bee69 100644
> --- a/instrumentation/events/lttng-module/kvm.h
> +++ b/instrumentation/events/lttng-module/kvm.h
> @@ -85,7 +85,8 @@ LTTNG_TRACEPOINT_EVENT(kvm_ack_irq,
> { KVM_TRACE_MMIO_WRITE, "write" }
>
>
> -#if (LTTNG_SLE_KERNEL_RANGE(4,4,131,94,0,0, 4,5,0,0,0,0))
> +#if (LTTNG_SLE_KERNEL_RANGE(4,4,121,92,92,0, 4,4,122,0,0,0) \
> + || LTTNG_SLE_KERNEL_RANGE(4,4,131,94,0,0, 4,5,0,0,0,0))
>
> LTTNG_TRACEPOINT_EVENT(kvm_mmio,
> TP_PROTO(int type, int len, u64 gpa, u64 val),
> --
> 2.17.1
--
Mathieu Desnoyers
EfficiOS Inc.
http://www.efficios.com
More information about the lttng-dev
mailing list