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/NewIn51"

(Fixed)
Line 12: Line 12:
 
==Fixed==
 
==Fixed==
 
* Bug 550947: Fix active thread filtering for selected CPUs
 
* Bug 550947: Fix active thread filtering for selected CPUs
 +
* Bug 550800: Improve Dark Theme support in Filters view
 
* allow every filter to be negated
 
* allow every filter to be negated
 
* Bug 550454: OOME when adding an empty trace to an experiment
 
* Bug 550454: OOME when adding an empty trace to an experiment

Revision as of 09:42, 11 September 2019

Added

  • Context columns in events table for CTF Traces (CTF 2.0 feature)
  • Default way to get callsites from events
  • Publish of the Trace Compass API Javadoc
  • Support time graph state filtering on start/end/duration
  • Support segment filtering on start/end/duration
  • SubSecondTimeWithUnitFormat can parse time string data (eg. 200ms)
  • View ID is now a property of the output element
  • Added source lookup to segment tables.
  • Support of formatted numbers and dates in filters

Fixed

  • Bug 550947: Fix active thread filtering for selected CPUs
  • Bug 550800: Improve Dark Theme support in Filters view
  • allow every filter to be negated
  • Bug 550454: OOME when adding an empty trace to an experiment
  • NullPointerException in StateSystemPresentationProvider.getStateTableIndex
  • Bug 549944: NullPointerException in BtfTrace.validate()
  • Filters applied to event table can be deleted from Filters view
  • Bug 549465: btf: Support optional notes for each event type
  • Bug 549462: btf: Allow comment lines between event lines
  • Thread names being incorrect when TIDs are re-used.


See Bugzilla report Bugs Fixed in Trace Compass 5.1.0

Changed

  • Centralize error handling on UI side
  • Added compression to state systems to improve overall performance
  • Source Lookup supplies a list of call sites instead of a single call site.

Security

  • Log exception instead of just displaying them.
  • Disable XML external entity (XXE) processing.

Deprecated

  • Filters*(#NOT_ATTR and #VALUE_ATTR)
  • SubSecondTimeWithUnitFormat in timing.ui is moved to common
  • start/end time messages in state system explorer

Back to the top