Send enable-event commands with exclusion data
authorJP Ikaheimonen <jp_ikaheimonen@mentor.com>
Tue, 5 Nov 2013 08:14:05 +0000 (10:14 +0200)
committerDavid Goulet <dgoulet@efficios.com>
Thu, 14 Nov 2013 18:40:58 +0000 (13:40 -0500)
commit93deb080343dfcc1fafdea1301c600763b3a89aa
tree2371623f1e8267d26de7a1f1052091eb544d6e81
parent7cc9a73c638bff0a86d7ea802ebd7fa3b4716ca9
Send enable-event commands with exclusion data

Create new function lttng_enable_event_with_exclusions().
This function deals with the various permutations of data that are
possible to accompany the enable-event command:
- all events / some events
- no filter / a filter
- no exclusions / some exclusions

The function generates the appropriate command structures and data
and sends it to the session.
include/lttng/lttng.h
src/lib/lttng-ctl/lttng-ctl.c
This page took 0.024796 seconds and 4 git commands to generate.