From: Jérémie Galarneau Date: Tue, 8 Mar 2016 17:06:14 +0000 (-0500) Subject: Fix: Only list kernel enablers when listing events X-Git-Tag: v2.8.0-rc1~104 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=db906c125f293467e08c043f27d2797fb748b23e;hp=db906c125f293467e08c043f27d2797fb748b23e;p=lttng-tools.git 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 ---