[lttng-dev] [PATCH lttng-modules 1/2] Fix: Ubuntu kernel range for mm_page_alloc_extfrag

Mathieu Desnoyers mathieu.desnoyers at efficios.com
Sat Jan 30 12:26:58 EST 2016


----- On Jan 29, 2016, at 5:52 PM, Mathieu Desnoyers mathieu.desnoyers at efficios.com wrote:

> Both patches merged into master, thanks!

(and into stable-2.7)

Mathieu

> 
> Mathieu
> 
> ----- On Jan 29, 2016, at 5:46 PM, Michael Jeanson mjeanson at efficios.com wrote:
> 
>> Signed-off-by: Michael Jeanson <mjeanson at efficios.com>
>> ---
>> instrumentation/events/lttng-module/kmem.h | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>> 
>> diff --git a/instrumentation/events/lttng-module/kmem.h
>> b/instrumentation/events/lttng-module/kmem.h
>> index 25e58cb..cce8da4 100644
>> --- a/instrumentation/events/lttng-module/kmem.h
>> +++ b/instrumentation/events/lttng-module/kmem.h
>> @@ -211,7 +211,7 @@ LTTNG_TRACEPOINT_EVENT_INSTANCE_MAP(kmem_mm_page,
>> mm_page_pcpu_drain,
>> 	|| LTTNG_KERNEL_RANGE(3,18,10, 3,19,0)		\
>> 	|| LTTNG_DEBIAN_KERNEL_RANGE(3,16,7,9,0,0, 3,17,0,0,0,0)	\
>> 	|| LTTNG_UBUNTU_KERNEL_RANGE(3,13,11,50, 3,14,0,0)	\
>> -	|| LTTNG_UBUNTU_KERNEL_RANGE(3,16,7,38, 3,17,0,0))
>> +	|| LTTNG_UBUNTU_KERNEL_RANGE(3,16,7,34, 3,17,0,0))
>> 
>> LTTNG_TRACEPOINT_EVENT_MAP(mm_page_alloc_extfrag,
>> 
>> --
>> 2.7.0
> 
> --
> Mathieu Desnoyers
> EfficiOS Inc.
> http://www.efficios.com
> 
> _______________________________________________
> lttng-dev mailing list
> lttng-dev at lists.lttng.org
> http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev

-- 
Mathieu Desnoyers
EfficiOS Inc.
http://www.efficios.com



More information about the lttng-dev mailing list