Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | rt-graph: blockign with ids | Jonathan Herman | 2012-03-30 |
| | |||
* | containers: abstracted out common task-type code | Jonathan Herman | 2012-03-24 |
| | |||
* | rt-graph: usability improvements | Jonathan | 2012-03-09 |
| | | | | | | 1. Real-time CPUs are loaded at startup 2. A menu item for loading all real-time tasks is added 3. Black boxes appear around run times when zoomed in | ||
* | rt-graph: code cleanup | Jonathan | 2012-03-08 |
| | |||
* | rt-graph: input to real-time plots is processed using real-time timestamps | Jonathan | 2012-03-08 |
| | | | | | | | | | Each plot processes only the records which fit within the time window displayed. When passing records into a real-time plot, kernelshark will now decide if a record is within the current time window using real-time timestamps, instead of the old ftrace timestamps. This change also enables infinite zooming into the real-time plots. | ||
* | rt-graph: real-time task plots divorced from regular task plots | Jonathan | 2012-03-07 |
| | |||
* | rt-graph: BUGFIX first job #s were not displaying correctly | Jonathan | 2012-03-07 |
| | |||
* | rt-graph: event names added to plot, fixed logic for finding current job | Jonathan | 2012-03-07 |
| | |||
* | rt-graph: real-time plots now draw other events | Jonathan | 2012-03-06 |
| | | | | | Vertical lines mark events which were run either with the tasks pid or ran on the task's cpu while it is executing. | ||
* | rt-graph: simple real-time task plots | Jonathan | 2012-03-05 |
| | |||
* | rt-graph: real-time tasks can be added / removed from the graph | Jonathan | 2012-03-05 |
Currently they copy the functionality of regular task. |