Linux Trace Toolkit: Difference between revisions

Content deleted Content added
Msabramo (talk | contribs)
m fix typo
Msabramo (talk | contribs)
Linkification
Line 21:
traceview foo
 
This command will launch a graphical (GTK+) traceview tool that will read from foo.trace and foo.proc. This tool can show information in various interesting ways, including Event Graph, Process Analysis, and Raw Trace. The Event Graph is perhaps the most interesting view, showing the exact timing of events like [[page faultsfault]]s, [[interrupt]]s, and [[context switchesswitch]]es, in a simple graphical way.
 
The "traceview" command is a wrapper for a program called tracevisualizer. For the complete list of options supported by tracevisualizer, see [http://www.opersys.com/LTT/dox/ltt-online-help/ltt-decoder-commandline.html the online manual page for tracevisualizer].