X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2FREADME;fp=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2FREADME;h=0000000000000000000000000000000000000000;hb=3d6e46e15a388687ca1c5b7e2eec831eccd59d2d;hp=8dce1b7f58623a4818d882fdadcc5e5569b2f300;hpb=ec7a5af61127aa50a1839eee5be99ce53494c57b;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/README b/ltt/branches/poly/lttv/modules/README deleted file mode 100644 index 8dce1b7f..00000000 --- a/ltt/branches/poly/lttv/modules/README +++ /dev/null @@ -1,21 +0,0 @@ - -|-----------------| -|Graphical Plugins| -|-----------------| -gui/ - -detailedevents : Display events for time interval into a list. -controlflow : Display the control flow of the trace for time interval - using gdk and a GtkDrawingArea. Pixmaps for icons are - defined with each event inside the event related - information. -statistics : Display statistics computed from the trace. - -|---------------------| -|Text Oriented Plugins| -|---------------------| -text/ - -batchAnalysis : Call processing hooks for every events of the trace. -textDump : Dump in clear text all data related to events on standard output. - It depends on batchAnalysis.