Add handling of LTTNG_ENABLE_EVENT_WITH_EXCLUSION
authorJP Ikaheimonen <jp_ikaheimonen@mentor.com>
Mon, 4 Nov 2013 13:55:51 +0000 (15:55 +0200)
committerDavid Goulet <dgoulet@efficios.com>
Thu, 14 Nov 2013 18:40:57 +0000 (13:40 -0500)
commit882ef83557ba5d5abd408eabd13a3e644b69737e
tree4823b737e065b29997b4f56d9f6342683cd0ce93
parentfd1f0cde25d3703bfa79fee21e9e5dd433e14d14
Add handling of LTTNG_ENABLE_EVENT_WITH_EXCLUSION

Add handling of the command LTTNG_ENABLE_EVENT_WITH_EXCLUSION.
The handling of the command is the same as command LTTNG_ENABLE_EVENT,
as the new command is just an extension.

If the command data shows that exclusions and/or filter data will
be following the command structure, read those from the incoming
socket, then forward the filter and exclusion data to
cmd_enable_event().
src/bin/lttng-sessiond/main.c
This page took 0.024655 seconds and 4 git commands to generate.