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:11 +0000 (16:17 -0400)
commited1149ef88fb62c365ac66cf62c58ac6abd8d7e8
treea245865806b9d2b808a03b7f4ee23a8c4f309474
parent1901e0eb58795e850e8fdcb5e1c235e4397b470d
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>
src/probes/Kbuild
This page took 0.025308 seconds and 4 git commands to generate.