aboutsummaryrefslogtreecommitdiffstats
path: root/rt-graph.h
Commit message (Collapse)AuthorAge
* Allow servers to run on a special NULL cpu.HEADmasterJonathan Herman2012-10-15
|
* Displayed additional data in server visualizations.Jonathan Herman2012-10-12
| | | | This disables display_last_info until performance problem solved.
* cleanupJonathan Herman2012-09-21
|
* Add -c option to ignore records before system release.Jonathan Herman2012-08-23
|
* containers: now working with real task systemsJonathan Herman2012-04-10
|
* rt-graph: blockign with idsJonathan Herman2012-03-30
|
* rt-graph: popup resolution expanded, works in both directionsJonathan Herman2012-03-29
|
* containers: virtual cpus display in the normal caseJonathan Herman2012-03-28
|
* containers: abstracted out common task-type codeJonathan Herman2012-03-24
|
* containers: added record parsingJonathan Herman2012-03-16
|
* rt-graph: real-time cpus addedJonathan2012-03-08
|
* rt-graph: added parameters to tasksJonathan2012-03-08
|
* rt-graph: input to real-time plots is processed using real-time timestampsJonathan2012-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 plotsJonathan2012-03-07
|
* rt-graph: real-time graph displays current jobJonathan2012-03-07
| | | | | Logic is added to extract current job / release / deadline from a time. Hovering over a location in an real-time task plot will show this.
* rt-graph: real-time plots display info popupJonathan2012-03-06
| | | | | When you hover close enough to an events time, the event name will display. This time is based on _litmus_ time, not record time.
* rt-graph: real-time plots now draw other eventsJonathan2012-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 plotsJonathan2012-03-05
|
* rt-graph: real-time tasks can be added / removed from the graphJonathan2012-03-05
| | | | Currently they copy the functionality of regular task.
* rt-graph: Litmus events and tasks loaded on startupJonathan2012-03-05
|
* Initial work generating event cachesJonathan2012-03-05