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

(Created page with "= 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=Tracecomp...")
 
(Add support for context PID and TID aspects)
(11 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
== 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.
 +
 +
[[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 ==
 +
 +
Show read instead of sys_read. This corresponds better with the man pages and actual function names.
 +
 +
[[File:system-call-names.png]]
 +
 +
== LAMI: export... ==
 +
 +
Export tables to TSV and charts to PNG.
 +
 +
[[File:export-tsv-lami.gif]]
 +
[[File: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 =
 
= 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]

Revision as of 16:58, 19 March 2019

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