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

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

(Support of highlighting of search and filter matches in the Events Table)
Line 1: Line 1:
= Customizations of Events Table and Raw Events Viewer=
+
=Events table enhancements=
It is now possible to configure the font used in the Events Table and in the Raw Events Viewer using '''Window > Preferences > General > Appearance > Colors and Fonts > Tracing'''.
+
 
 +
==Color highlighting preferences==
 +
The Events Table is now highlighting the search and filter matches when performing a search or filter operation from the table columns.
 +
 
 +
The background color can be customized using the preferences found under '''Window > Preferences > General > Appearance > Colors and Fonts > Tracing > Trace event table highlight color'''.
 +
 
 +
==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 [http://archive.eclipse.org/tracecompass/doc/org.eclipse.tracecompass.doc.user/Trace-Compass-Main-Features.html#Customization Customization] of the User Guide for detailed information about the feature.
 
Refer to chapter [http://archive.eclipse.org/tracecompass/doc/org.eclipse.tracecompass.doc.user/Trace-Compass-Main-Features.html#Customization Customization] of the User Guide for detailed information about the feature.
  
=Highlighting of search and filter matches in the Events Table=
+
==Persistent column order in Events Table for user preferred column order==
The Events Table is now highlighting the search and filter matches when performing a search or filter operation from the table columns.  
+
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 [http://archive.eclipse.org/tracecompass/doc/org.eclipse.tracecompass.doc.dev/TMF-Remote-API.html#TMF_Remote_API 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.  
  
The background color can be customized using the preferences under '''Window > Preferences > General > Appearance > Colors and Fonts > Tracing > Trace event table highlight color'''
+
Refer to chapter [http://archive.eclipse.org/tracecompass/doc/org.eclipse.tracecompass.doc.user/Trace-Compass-Main-Features.html#Remote_Fetching] of the User Guide for detailed information about the feature.
  
=Display of thread ID (TID) and priority (Prio) in the Events Table for LTTng Kernel traces=
+
= Control flow view filtering enhancement=
=Persistent column order in Events Table for user preferred column order=
+
The filter feature of the Control Flow view has been enhanced to allow selection of active threads or deselection of inactive threads.
=Check active/incactive filter for Control Flow view=
+
=TMF remote API=
+
=Remote fetching of traces=
+

Revision as of 13:05, 24 April 2015

Events table enhancements

Color highlighting preferences

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

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

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.

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 [http://archive.eclipse.org/tracecompass/doc/org.eclipse.tracecompass.doc.dev/TMF-Remote-API.html#TMF_Remote_API 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 [1] of the User Guide for detailed information about the feature.

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