lttng / lttng-scope

A trace viewer and analyzer for LTTng kernel and user space traces
https://lttng.org/beta/#lttng-scope
Eclipse Public License 1.0
28 stars 6 forks source link

Support multiple traces in trace projects #42

Closed ghost closed 6 years ago

ghost commented 6 years ago

Right now only single traces are supported in the UI.

Define the UX for adding and removing traces from a project, or opening several traces (like a LTTng trace session) directly as one project.

ghost commented 6 years ago

Mostly implemented in 05367be63e3e3b36e26bb9dadafbbcece11cd0a6. The Add Trace operation could eventually look recursively into directories and import several traces in one go. For now the user has to import everything trace individually, but projects can contain several traces.