| 1 | |
| 2 | |-----------------| |
| 3 | |Graphical Plugins| |
| 4 | |-----------------| |
| 5 | gui/ |
| 6 | |
| 7 | detailedevents : Display events for time interval into a list. |
| 8 | controlflow : Display the control flow of the trace for time interval |
| 9 | using gdk and a GtkDrawingArea. Pixmaps for icons are |
| 10 | defined with each event inside the event related |
| 11 | information. |
| 12 | statistics : Display statistics computed from the trace. |
| 13 | |
| 14 | |---------------------| |
| 15 | |Text Oriented Plugins| |
| 16 | |---------------------| |
| 17 | text/ |
| 18 | |
| 19 | batchAnalysis : Call processing hooks for every events of the trace. |
| 20 | textDump : Dump in clear text all data related to events on standard output. |
| 21 | It depends on batchAnalysis. |