Re: [lttng-dev] How to disable an event that's been enabled by a wildcard selection or -a? (lttng-dev Digest, Vol 64, Issues 30, 38)

2013-09-03 Thread Thibault, Daniel
-- > Date: Fri, 16 Aug 2013 12:08:56 + > > A question on the suggested feature below: > > If we do the following set of commands: > > lttng enable-event "a*" -u > lttng enable-event "!ab" -u > > The intention is to enable all e

Re: [lttng-dev] How to disable an event that's been enabled by a wildcard selection or -a? (lttng-dev Digest, Vol 64, Issues 30, 38)

2013-09-03 Thread Paul_Woegerer
On Tuesday 03 September 2013 15:05:45 Thibault, Daniel wrote: > -- > > Date: Tue, 20 Aug 2013 11:27:46 +0200 > > > > If that is the intention, then it would be better to specify the commands in reverse order: > > > > # lttng enabl

Re: [lttng-dev] How to disable an event that's been enabled by a wildcard selection or -a? (lttng-dev Digest, Vol 64, Issues 30, 38)

2013-09-04 Thread Ikaheimonen, JP
What I would like to see is a new command option --exclude as in lttng enable-event -u "a*" --exclude "ab*,ac*" In this syntax, the exclusions would apply to this one enabler only, so you could then call lttng enable-event -u "abc*" After these two commands, events such as 'abc' would be enab