Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Trace Compass/News/NewIn21"

(LTTng Control view enhancements)
Line 9: Line 9:
  
 
[[Image:EnableAllTracepointsAndSyscalls.png]]
 
[[Image: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.
 +
[[Image:CustomTextParserInputWithEventType.png]]
 +
 +
The event type will be displayed in Event type column. Data-driven analysis can take advantage of the event type definition.
 +
[[Image:CustomTextParserOutputWithEventType.png]]

Revision as of 08:37, 21 July 2016

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