1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
lttv.real(1) -- The Linux Trace Toolkit Viewer
==============================================
## SYNOPSIS
`lttv.real` [<options>]
## DESCRIPTION
`lttv.real` is a trace viewing tool for the new Linux Trace Toolkit trace
format.
## OPTIONS
* `-h`, `--help`:
Show summary of options.
* `-m` <MODULE>:
Load a module named MODULE.
* `-L` <DIR>:
Add the directory DIR to the module search path.
* `-v`, `--verbose`:
Print information messages.
* `-d`, `--debug`:
Print debugging messages.
* `-e`, `--edebug`:
Print event debugging.
* `-f`, `--fatal`:
Make critical messages fatal.
* `-M`, `--memory`:
Print memory information.
## SEE ALSO
lttv(1), lttv-gui(1).
## AUTHOR
`lttv.real` was written by Mathieu Desnoyers
<mathieu.desnoyers@efficios.com>.
This manual page was written by Jon Bernard <jbernard@debian.org>, for
the Debian project (and may be used by others).
|