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

 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
== Add support for context PID and TID aspects ==
 
== Add support for context PID and TID aspects ==
  
Traces with fields of PID and TID can now help populate full system models.
+
Traces with fields of PID and TID can now help populate full system models. Basically, if an event has a field named PID or TID, many analyses will now assume they they are the process ID and thread ID corresponding to the event.
  
== Add Export Experiments ==
+
== Trace Package Export/Import of Experiments ==
  
Export an experiment as a package. Can be shared.
+
The Export Trace Package and Import Trace Package commands can now handle experiments. An experiment's traces, bookmarks and supplementary files can be saved and shared in a trace package archive.
 +
 
 +
[[File:ExportTracePackageExperiment.png]]
 +
 
 +
== Support for PCAP Next Generation (pcapng) Capture File Format ==
 +
 
 +
The Pcap Analysis feature now supports the [https://pcapng.github.io/pcapng/ pcapng] file format.
  
 
== Linux: remove system call prefix ==
 
== Linux: remove system call prefix ==
  
 
Show read instead of sys_read. This corresponds better with the man pages and actual function names.
 
Show read instead of sys_read. This corresponds better with the man pages and actual function names.
 +
 +
[[File:system-call-names.png]]
  
 
== LAMI: export... ==
 
== LAMI: export... ==
  
 
Export tables to TSV and charts to PNG.
 
Export tables to TSV and charts to PNG.
 +
 +
[[File:export-tsv-lami.gif]]
 +
[[File:export-png-lami.gif]]
  
 
== Data Driven Analyses ==
 
== Data Driven Analyses ==
  
Improve XML error messages.
+
Improve XML error messages: Analyses will not run if there are "compilation" errors, like undefined actions/tests/states, etc. Those error messages and warnings are in the "Error Log" view.
 
+
== Add properties for traces ==
+
 
+
Display correct titles in properties pages.
+
  
 
= Bugs fixed in the 4.3.0 release =
 
= Bugs fixed in the 4.3.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=4.3.0 Bugs Fixed in Trace Compass 4.3.0]
 
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=4.3.0 Bugs Fixed in Trace Compass 4.3.0]
 +
 +
[[Category:Trace_Compass]]

Latest revision as of 14:54, 13 February 2024

Add support for context PID and TID aspects

Traces with fields of PID and TID can now help populate full system models. Basically, if an event has a field named PID or TID, many analyses will now assume they they are the process ID and thread ID corresponding to the event.

Trace Package Export/Import of Experiments

The Export Trace Package and Import Trace Package commands can now handle experiments. An experiment's traces, bookmarks and supplementary files can be saved and shared in a trace package archive.

ExportTracePackageExperiment.png

Support for PCAP Next Generation (pcapng) Capture File Format

The Pcap Analysis feature now supports the pcapng file format.

Linux: remove system call prefix

Show read instead of sys_read. This corresponds better with the man pages and actual function names.

System-call-names.png

LAMI: export...

Export tables to TSV and charts to PNG.

Export-tsv-lami.gif Export-png-lami.gif

Data Driven Analyses

Improve XML error messages: Analyses will not run if there are "compilation" errors, like undefined actions/tests/states, etc. Those error messages and warnings are in the "Error Log" view.

Bugs fixed in the 4.3.0 release

See Bugzilla report Bugs Fixed in Trace Compass 4.3.0

Back to the top