Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Trace Compass/News/NewIn21

LTTng Control view enhancements

Enabling all kernel tracepoints and syscall at once

It is now possible to enable all LTTng kernel tracepoints and syscall at the same time.

EnableAllTracepointsAndSyscalls.png

Enabling LTTng Kernel events by name

It is now possible to enable LTTng Kernel events by specifying one or more names. This is useful when tracing Kernel modules that are loaded manually.

EnableAllTracepointsAndSyscalls.png

Custom Text/XML parser enhancements

Support for event types in custom parsers

It is now possible to assign an event type in custom text and XML parser wizard. CustomTextParserInputWithEventType.png

The event type will be displayed in Event type column. Data-driven analysis can take advantage of the event type definition. CustomTextParserOutputWithEventType.png

Back to the top