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:15:02 +0000 (14:15 -0400)
commit740656beaad64985f60f9d59876f90dc42784e8b
tree579603d1e503c2ce9022988e78ac3ad88b20fe19
parentc7a8f96beca5c3c3936f9b38b1ab4289a30412d2
Fix: initialize syscall table when kernel tracer is lazily initialized

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>
src/bin/lttng-sessiond/main.c
This page took 0.024909 seconds and 4 git commands to generate.