Actions
Bug #107
closedEnable UST event using wildcard problem
Status:
Invalid
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
02/24/2012
Due date:
% Done:
0%
Estimated time:
Description
When enabling UST events with wildcard, the event name in the list print-out is random.
The command I used is: lttng enable-event * -u --loglevel TRACE_DEBUG_LINE
The "lttng list session" command shows a different name (hallo) which is not correct:
Tracing session session: [inactive]
Trace path: /home/user/lttng-traces/my-20120224-134342
=== Domain: UST global ===
Channels:
-------------
- channel0: [enabled]
Attributes:
overwrite mode: 0
subbufers size: 4096
number of subbufers: 4
switch timer interval: 0
read timer interval: 200
output: mmap()
Events:
hello (loglevel: TRACE_DEBUG_LINE (13)) (type: tracepoint) [enabled]
I used the commit aeb968923d1245f4cb2be1eed2ab7b8b5eb45cf8
Actions