Skip to content

Tags: cunctator/traceshark

Tags

v0.9.14-beta

Toggle v0.9.14-beta's commit message
Release 0.9.14-beta

The changes are in the CHANGELOG file.

Signed-off-by: Viktor Rosendahl <[email protected]>

v0.9.13-beta

Toggle v0.9.13-beta's commit message
The changes are in the CHANGELOG file. The most important is the fix for

identical sched_switch timestamps because when it happens there may be
tasks that look like they execute forever, althoug they were quickly
scheduled out.

There is also a fix for changes to the ftrace format, that the wakeup
events don't have a success=1 parameter and instead may have a warning
about it missing.

Signed-off-by: Viktor Rosendahl <[email protected]>

v0.9.12-beta

Toggle v0.9.12-beta's commit message
Release 0.9.12-beta

The changes are in the CHANGELOG file. The most important is the fix for
the bug that causes bad performance when compiling against the distro
libqcustomplot. This affects Ubuntu and Debian versions of traceshark.

Signed-off-by: Viktor Rosendahl <[email protected]>

v0.9.11-beta

Toggle v0.9.11-beta's commit message
Release 0.9.11-beta

The changes are in the CHANGELOG file.

Signed-off-by: Viktor Rosendahl <[email protected]>

v0.9.10-beta

Toggle v0.9.10-beta's commit message
Release 0.9.10-beta

The changes are in the new CHANGELOG file.

Signed-off-by: Viktor Rosendahl <[email protected]>

v0.9.9-beta

Toggle v0.9.9-beta's commit message
Release 0.9.9-beta

There are many fixes and improvments. Below are the most important.

This release has the following new features:
- Support a newer format of sched_switch and sched_wakeup from
  trace-cmd
- make perf-record.sh more compatible
- traceshark.pro got commented out optimizations for RPI 4
- CPU filtering of the events view

It fixes the following bugs:
- A crash that happened after exporting a file and then clicking on
  the info field.
- Fixed minimum caclucation in scripts/stats.sh
- Many Coverity errors were fixed.
- The maximu value for the wakeup latency is now 1000 instead of 232

Signed-off-by: Viktor Rosendahl <[email protected]>

v0.9.8-beta

Toggle v0.9.8-beta's commit message
Release 0.9.8-beta

This release has the following new features:
- tasks, zoom, cursors, task selections, unified graphs and legends
  are restored after changing settings in the graph enable dialog.
- If the button to show a dialog is pressed a second time, i.e. if the
  dialog is already visible, then the dialog will be hidden.
- The button to add a legend is only enabled if the operation is
  possible.

Signed-off-by: Viktor Rosendahl <[email protected]>

v0.9.7-beta

Toggle v0.9.7-beta's commit message
Release 0.9.7-beta

This release only contains a bugfix:
- In the task select dialog and in the statistics dialogs a task can
  be selected by double clicking and in this case the state was not
  correctly updated. This has now been fixed.

Signed-off-by: Viktor Rosendahl <[email protected]>

v0.9.6-beta

Toggle v0.9.6-beta's commit message
Release 0.9.6-beta

This release contain the following improvement:
- Disable the remove task graph button if the operation is not
  available.

Signed-off-by: Viktor Rosendahl <[email protected]>

v0.9.5-beta

Toggle v0.9.5-beta's commit message
Release 0.9.5-beta

This release contain the following new features:
- OpenGL is enabed by default
- It is possible to select the width of the scheduling graphs in the
  graph enable dialog.
- It's possible to save the setttings in the graph enable dialog. They
  are saved to $HOME/.traceshark and loaded automatically the next
  time traceshark is started.
- Excessive migrations (> 200k) are not displayed by default but the
  user can chose to see them in the graph enable dialog.
- Two new zoom buttons have been added. One for cursor zomm and the
  other for default zoom.
- A new buttons for removing all unfied scheduling graphs has been
  added.

In addition there are the following improvments:
- The performance of QCustomPlot with respect to opening and closing
  traces has been improved. This has been accomplished with QCPList,
  the new custom container class that has been added to the
  qcustomplot directory.
- The buttons for removing unified graphs are only enabled if a
  unified graph is in the plot.
- The button for clearning the legend is only enabled if there is at
  least one task in the legend.

Signed-off-by: Viktor Rosendahl <[email protected]>