Add a function to check for legal exclusions
authorJP Ikaheimonen <jp_ikaheimonen@mentor.com>
Tue, 5 Nov 2013 10:14:20 +0000 (12:14 +0200)
committerDavid Goulet <dgoulet@efficios.com>
Thu, 14 Nov 2013 18:40:58 +0000 (13:40 -0500)
commit748bde765422ca3b2868999cdc7cb5a2de6d5d0e
treec32b1bb0335e06fd907db35c9d5a19220826d9ab
parentc2063d0b0b102191bc656fabdab8a23ed570e9ba
Add a function to check for legal exclusions

Add a function check_exclusion_subsets() that checks the event name
against a given list of exclusion names. Report warnings and/or errors
if an exclusion is not a proper subset of the event.

Return a newly allocated list of newly allocated exclusion name strings,
the count of items in that list, and an error code.
src/bin/lttng/commands/enable_events.c
This page took 0.02664 seconds and 5 git commands to generate.