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/Feature Roadmap"

(Feature Ideas)
Line 4: Line 4:
 
* Bugfixes
 
* Bugfixes
 
* Updates needed for the Trace Server implementation used in conjunction with the [https://wiki.eclipse.org/Trace_Compass/News/NewIn72 Theia Trace Viewer]
 
* Updates needed for the Trace Server implementation used in conjunction with the [https://wiki.eclipse.org/Trace_Compass/News/NewIn72 Theia Trace Viewer]
 +
 +
== Wishlist ==
 +
These features have been proposed and deemed interesting to have, but nobody has committed to work on them yet.
 +
 +
* Enhanced call graph analysis and views (partially done)
 +
* Call stack views using data-driven analysis (incubator) (done)
 +
* Enhanced searching, filtering and highlighting in Gantt charts (done)
 +
* Data-driven analysis and view enhancements
 +
* Cropping of traces (done)
 +
* Support for perf traces in standard perf.data
 +
* Support for ftrace traces (done)
 +
** Documentation at https://www.kernel.org/doc/Documentation/trace/ftrace.txt (done)
 +
** Investigate if we could re-implement the KernelShark view using a generic time graph view (done)
 +
* Reduce the size of state system history files (done)
 +
** Timestamps (2x 64 bits) are repeated for every single interval. Low-hanging fruit (using protocol buffers?) (done)
 +
** Compress often-used values (including strings). (done)
 +
* Support for data-driven Sequence Diagrams
 +
* Sequence Diagrams for PCAP traces
 +
* Visually define data-driven state providers with state diagrams
 +
* [[Trace_Compass/Design_Documents/Aligned_x_axis | Aligned X axis (time)]] (Parts 2 and 3) (done in Theia trace extension and multi-view of incubator)
  
 
== Released for [https://projects.eclipse.org/projects/tools.tracecompass/releases/7.2.0 7.2]==
 
== Released for [https://projects.eclipse.org/projects/tools.tracecompass/releases/7.2.0 7.2]==

Revision as of 15:53, 26 January 2022

This page is meant to track all the higher-level planned features and feature requests. As features get implemented, we could move them to "Targeted for version x.y" and "Delivered in version x.y" sections. It would always track the "current" roadmap, but over time would also become a history of which feature was delivered in which version.

Planned for 7.3

  • Bugfixes
  • Updates needed for the Trace Server implementation used in conjunction with the Theia Trace Viewer

Wishlist

These features have been proposed and deemed interesting to have, but nobody has committed to work on them yet.

  • Enhanced call graph analysis and views (partially done)
  • Call stack views using data-driven analysis (incubator) (done)
  • Enhanced searching, filtering and highlighting in Gantt charts (done)
  • Data-driven analysis and view enhancements
  • Cropping of traces (done)
  • Support for perf traces in standard perf.data
  • Support for ftrace traces (done)
  • Reduce the size of state system history files (done)
    • Timestamps (2x 64 bits) are repeated for every single interval. Low-hanging fruit (using protocol buffers?) (done)
    • Compress often-used values (including strings). (done)
  • Support for data-driven Sequence Diagrams
  • Sequence Diagrams for PCAP traces
  • Visually define data-driven state providers with state diagrams
  • Aligned X axis (time) (Parts 2 and 3) (done in Theia trace extension and multi-view of incubator)

Released for 7.2

For more details about released features see N&N 7.2

Released for 7.1

For more details about released features see N&N 7.1

Released for 7.0

For more details about released features see N&N 7.0

Released for 6.3

For more details about released features see N&N 6.3

Released for 6.2

For more details about released features see N&N 6.2

Released for 6.1

For more details about released features see N&N 6.1

Released for 6.0

For more details about released features see N&N 6.0

Released for 5.3

For more details about released features see N&N 5.3

Released for 5.2.0

For more details about released features see N&N 5.2

Released for 5.1.0

For more details about released features see N&N 5.1

Released for 5.0

For more details about released features see N&N 5.0

Released for 4.3

For more details about released features see N&N 4.3

Released for 4.2

For more details about released features see N&N 4.2

Released for 4.1

For more details about released features see N&N 4.1

Released for 4.0

For more details about released features see N&N 4.0

Released for 3.3

For more details about released features see N&N 3.3

Released for 3.2

For more details about released features see N&N 3.2

Released for 3.1

For more details about released features see N&N 3.1

Released for 3.0

For more details about released features see N&N 3.0

Released for 2.3

For more details about released features see N&N 2.3

Released in 2.2

For more details about released features see N&N 2.2

Released in 2.1

For more details about released features see N&N 2.1

Released in 2.0

For more details about released features see N&N 2.0

Released in 1.1

For more details about released features see N&N 1.1

Released in 1.0

  • Support for perf traces in CTF format
  • Automatic vertical alignment of time-based views (Part 1 of this document)

For more details about released features see N&N 1.0

Feature Ideas

These features have been proposed and deemed interesting to have, but nobody has committed to work on them yet.

  • Enhanced call graph analysis and views (partially done)
  • Call stack views using data-driven analysis (incubator) (done)
  • Enhanced searching, filtering and highlighting in Gantt charts (done)
  • Data-driven analysis and view enhancements
  • Cropping of traces (done)
  • Support for perf traces in standard perf.data
  • Support for ftrace traces (done)
  • Reduce the size of state system history files (done)
    • Timestamps (2x 64 bits) are repeated for every single interval. Low-hanging fruit (using protocol buffers?) (done)
    • Compress often-used values (including strings). (done)
  • Support for data-driven Sequence Diagrams
  • Sequence Diagrams for PCAP traces
  • Visually define data-driven state providers with state diagrams
  • Aligned X axis (time) (Parts 2 and 3) (done in Theia trace extension and multi-view of incubator)

Back to the top