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/NewIn10

Events table enhancements

Color highlighting of search and filter matches

The Events Table is now highlighting the search and filter matches when performing a search or filter operation from table columns.

Refer to chapter Events Editor of the User Guide for detailed information about the feature.

TraceEditor-Search.png

Color highlighting preferences

The background color for search and filter matches can be customized using the preferences found under Window > Preferences > General > Appearance > Colors and Fonts > Tracing > Trace event table highlight color.

Refer to chapter Customization of the User Guide for detailed information about the feature.

ColorHighlightingPreferences.png

Font preferences

It is now possible to configure the font used in the Events Table using the preference found under Window > Preferences > General > Appearance > Colors and Fonts > Tracing/Trace event table highlight color.

Refer to chapter Customization of the User Guide for detailed information about the feature.

FontPreferencesAction.png

Persistent column order in Events Table for user preferred column order

It is possible to reorder the columns of the Events Table and the order is persisted so that after closing and opening of a trace with the same trace type the same column order is used.

New columns in LTTng Kernel events table

The Events Table of LTTng Kernel traces has been extended to display the thread ID (TID) and priority (Prio) of current running process. These values are deduced using the LTTng Kernel state system.

TMF remote feature

TMF remote API

The purpose of the TMF remote API is to provide a programming interface to the PTP remote services implementation for connection handling, command-line executions and file transfer handling. It provides utility functions to simplify repetitive tasks.

Refer to chapter Remote API of the Developer Guide for detailed information about the feature.

Remote fetching of traces

It is possible to import traces automatically from one or more remote hosts according to a predefined remote profile by using the Fetch Remote Traces wizard.

Refer to chapter Remote Fetching of the User Guide for detailed information about the feature.

RemoteProfilesPreferencesPageFull.png

RemoteProfileWizardPages.png

Control flow view filtering enhancement

The filter feature of the Control Flow view has been enhanced to allow selection of active threads or deselection of inactive threads.

Back to the top