fix: 'random' tracepoints removed in stable kernels
authorMichael Jeanson <mjeanson@efficios.com>
Tue, 31 May 2022 19:24:48 +0000 (15:24 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 2 Jun 2022 20:17:36 +0000 (16:17 -0400)
commit5b3fb979c7f3c5ab12f2489f71d9617624f7cc2d
tree6bd4c82557dfc346b2d27b4b5d816c809ddd0b80
parenta16f3f135705ac061bf93bbf3d1f885fe49f83c6
fix: 'random' tracepoints removed in stable kernels

The upstream commit 14c174633f349cb41ea90c2c0aaddac157012f74 removing
the 'random' tracepoints is being backported to multiple stable kernel
branches, I don't see how that qualifies as a fix but here we are.

Use the presence of 'include/trace/events/random.h' in the kernel source
tree instead of the rather tortuous version check to determine if we
need to build 'lttng-probe-random.ko'.

Change-Id: I8f5f2f4c9e09c61127c49c7949b22dd3fab0460d
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
probes/Kbuild
This page took 0.025293 seconds and 4 git commands to generate.