Fix: initialize syscall table when kernel tracer is lazily initialized
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 23 May 2019 16:56:57 +0000 (12:56 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 5 Sep 2019 18:14:26 +0000 (14:14 -0400)
How to reproduce:

start lttng-sessiond while lttng-modules are not installed, then install
lttng-modules. Then issue "lttng list --syscall -k". It will show an
empty syscall list because the system call list has not been
initialized.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>

No differences found
This page took 0.029685 seconds and 4 git commands to generate.