Fix session syscall listing
authorDavid Goulet <dgoulet@efficios.com>
Tue, 7 Feb 2012 21:44:30 +0000 (16:44 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Tue, 7 Feb 2012 21:44:30 +0000 (16:44 -0500)
This problem occured because the "syscall" event was not added to the
event list since his kernel FD is not valid (fd=0). However, this fd is
only usefull if we want to add context or disable events. Those two
operations are not supported for now.

So, we can safely add the event to the list and add a hardcoded name in
the lttng cli list command.

Signed-off-by: David Goulet <dgoulet@efficios.com>

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