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>
Tue, 8 Mar 2016 17:06:14 +0000 (12:06 -0500)
commitdb906c125f293467e08c043f27d2797fb748b23e
tree8985b85b42d0b63a25ac76a406336f34778719ce
parentda60cf073ac81b8f903af876c31bd0a94c053c4b
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.024352 seconds and 4 git commands to generate.