Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [linuxtools-dev] Lttng2 issue

Hi Jessica,

There was a known bug in 1.0 where it would fail to validate a trace if
it contained a stream with only 1 packet . This is often the case with
small UST traces, since those do not have a lot of events.

As a workaround, you can use the "Common Trace Format -> Kernel Trace"
type. Some views will be empty, but the histogram, events table and
statistics should work.
Alternatively, you could update to Linux Tools 1.1. Instructions at
http://wiki.eclipse.org/Linux_Tools_Project/PluginInstallHelp

If either method does not fix your problem, please let us know, you
might be hitting something else.


Cheers,
Alexandre



On 12-07-31 06:33 PM, Zhang, Jessica wrote:
> Hi,
>
>
>
> I've created an user space tracing with lttng2.0.  The trace data are captured under
>
> /lttng-traces/mysession-20120731-150610/ust/lt-hello-2718-20120731-150646$
>
> As:
>
> channel0_0  channel0_2  channel0_4  channel0_6  metadata
>
> channel0_1  channel0_3  channel0_5  channel0_7
>
>
>
> So in my eclipse tracing project, I tried to import the data by selecting the tracing data folder, and under Traces, it only list 1 which is lt-hello-2718-20120731-150646.  When I tried to select trace type as "Common Trace Format->Generic CTF Trace", I'm getting "Type could not be set for one or more traces".  If I import each individual files, e.g. channel0_0 and assign trace type for it, I'm also getting the same error.
>
>
>
> BTW, the trace is generated using the latest stable lttng ust packages which is 2.0.4. And my lttng is of 1.0.0.201207261918
>
>
>
> So what am I missing here?
>
>
>
> Thanks,
>
> Jessica
>
>
-- 
Alexandre Montplaisir
DORSAL lab,
École Polytechnique de Montréal



Back to the top