Fix: Only list kernel enablers when listing events
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 8 Mar 2016 17:06:14 +0000 (12:06 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 9 Mar 2016 20:56:27 +0000 (15:56 -0500)
commit9ac243ac4b38eca8de552c28ccf68ccabf325f7f
treebae3b243329e7816fba90674c6d557af42e54e11
parentbaacc39b5ba340768141770a1b1d7c746890733d
Fix: Only list kernel enablers when listing events

lttng list would list kernel enablers and individual enabled
syscalls which would result in a confusing output.

For instance, enabling the "open" syscall with a filter would
result in a list output displaying both the enabler,
the syscall's name + its filter, and the syscall on its own,
without any mention of an enabled filter.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-sessiond/cmd.c
This page took 0.024282 seconds and 4 git commands to generate.