----- On Apr 29, 2019, at 11:13 AM, Joe Sutker <jomas...@gmail.com> wrote: 

> Hello LTTng Devs,
> When using `lttng enable-event -u`, putting a wildcard anywhere but the end of
> the event name causes an error (Invalid event name). Is this intended 
> behavior?
> If so, the man pages should probably be changed.

Remember to escape wildcards in a shell, else the shell expands it to matching 
filenames in your current working directory. e.g. 

lttng enable-event -u '*' 

Thanks, 

Mathieu 

> Thanks,

> Joe

> _______________________________________________
> lttng-dev mailing list
> lttng-dev@lists.lttng.org
> https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev

-- 
Mathieu Desnoyers 
EfficiOS Inc. 
http://www.efficios.com 
_______________________________________________
lttng-dev mailing list
lttng-dev@lists.lttng.org
https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev

Reply via email to