Fix: Update kmem event for recent Ubuntu kernel
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Fri, 22 May 2015 18:36:53 +0000 (14:36 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 22 May 2015 19:42:14 +0000 (15:42 -0400)
commit055d1079cb36cdf4477275150e0dfaa9c356fa8f
tree9f6bf2f6ed40a11fdfea446373e8f523714e7a90
parent1131e49b78a76922bc605496a47f8b432ca1ea68
Fix: Update kmem event for recent Ubuntu kernel

Ubuntu backported a patch into their 3.13 (Trusty) branch which
changes kmem event definition.

Upstream commit
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=99592d598eca62bdbbf62b59941c189176dfc614
first appears in 4.0 (and was later backported to 3.19.2).
We already have the proper check for this.

This corresponds to Ubuntu commit
http://kernel.ubuntu.com/git/ubuntu/ubuntu-trusty.git/commit/?id=d938e4bff1089a1f4757ed94a5cace803c6a363b
which was first released with 3.13.0-50.82.
This required adding a new check specifically for the
Ubuntu version.

Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
instrumentation/events/lttng-module/kmem.h
This page took 0.024977 seconds and 4 git commands to generate.