Actions
Bug #339
closed
DG
MD
Subbuffer size of < 4096 are accepted but unable to use the channel afterwards
Bug #339:
Subbuffer size of < 4096 are accepted but unable to use the channel afterwards
Start date:
09/17/2012
Due date:
% Done:
0%
Estimated time:
Description
Using the code attached below to create the channel:
$ gcc -llttng-ctl lttng.c -o test-lttng
and
$ ./test-lttng
$ lttng enable-event -a -u -c mychan -s mysession
Outputs:
Error: Events: Enable UST event failed (channel mychan, session mysession)
The error is reported when enabling an event and not the channel itself.
Thanks!
Files
Actions