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"

(3 intermediate revisions by the same user not shown)
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
Line 20: Line 21:
 
* Bug 549462: btf: Allow comment lines between event lines
 
* Bug 549462: btf: Allow comment lines between event lines
 
* Thread names being incorrect when TIDs are re-used.
 
* Thread names being incorrect when TIDs are re-used.
<br />
+
* Fix potential NPE in TmfCommonXLineChartTooltipProvider
See Bugzilla report [https://bugs.eclipse.org/bugs/buglist.cgi?bug_status=RESOLVED&bug_status=CLOSED&classification=Tools&product=Tracecompass&query_format=advanced&resolution=FIXED&target_milestone=5.1.0 Bugs Fixed in Trace Compass 5.1.0]
+
  
 
==Changed==
 
==Changed==
Line 36: Line 36:
 
* SubSecondTimeWithUnitFormat in timing.ui is moved to common
 
* SubSecondTimeWithUnitFormat in timing.ui is moved to common
 
* start/end time messages in state system explorer
 
* start/end time messages in state system explorer
 +
 +
== Bugs fixed in the 5.1.0 release ==
 +
See Bugzilla report [https://bugs.eclipse.org/bugs/buglist.cgi?bug_status=RESOLVED&bug_status=CLOSED&classification=Tools&product=Tracecompass&query_format=advanced&resolution=FIXED&target_milestone=5.1.0 Bugs Fixed in Trace Compass 5.1.0]

Revision as of 15:22, 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.
  • Fix potential NPE in TmfCommonXLineChartTooltipProvider

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

Bugs fixed in the 5.1.0 release

See Bugzilla report Bugs Fixed in Trace Compass 5.1.0

Back to the top