Bug #457
closedWrong information in trace path
0%
Description
I'm using lttng-tools 2.1.1.
The information in the trace path is incorrect when executing "lttng list" or "lttng list <session name>" after executing the following command sequence:
lttng create my
Session my created.
Traces will be written in /home/bernd/lttng-traces/my-20130220-103009
lttng list my
Tracing session my: [inactive]
Trace path: /home/bernd/lttng-traces/my-20130220-103009
lttng enable-event -a -k -s my --tracepoint
All kernel tracepoints are enabled in channel channel0
lttng enable-event -a -u -s my --tracepoint
All UST tracepoints are enabled in channel channel0
lttng enable-consumer -s my -u -U net://192.168.56.1 -e
URL net://192.168.56.1 set for UST session my.
Consumer enabled successfully
lttng list
1) my ([K]: net://[]:27951/y-27951/y-20130220-103009 [data: 0] -- [U]: net://192.168.56.1:5342/ [data: 5343]) [inactive]
The last command out put should show the correct path (/home/bernd/lttng-traces/my-20130220-103009) for the kernel since it uses the local consumer. This display error makes it hard to parse the trace path within the Eclipse LTTng Control (for LTTng 2.1 support).
Best Regards
Bernd