Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [linuxtools-dev] [lttng] no display after importing traces in lttng project

Hi,

The documentation is more or less clear on this but this is how you
should proceed:

- Open the LTTng pespective

- In the Project View, create an LTTng project and give whatever name
pleases you
--> You should end up with 2 folders: Experiments and Traces

- Right-click on the Traces folder and select 'Import Traces'
--> A dialog will open and allow you to select and import some LTTng trace
--> When you are done, the imported trace should appear under the
Traces folder with the LTTng icon next to it

- Right-click on the experiments folder and select 'New Experiment'
- Create an LTTng experiment and give whatever name pleases you (e.g.
MyExperiment)
- Right-click on that experiment and select 'Select Traces'
--> A dialog will open, listing the available traces. Select the
one(s) you want to investigate

- When you are done, double-click on the *experiment* (not the
trace...) and the views should be populated.

This way of working is very much a legacy from the LTTv UI. However,
we have a bug (https://bugs.eclipse.org/bugs/show_bug.cgi?id=316354)
to address this particular issue.

--
Francois


Back to the top