Docs: Add debug-info option to BABELTRACE(1)
[babeltrace.git] / doc / babeltrace.1
CommitLineData
d2c0553c
MD
1.TH "BABELTRACE" "1" "February 6, 2012" "" ""
2
3.SH "NAME"
4babeltrace \(em Babeltrace Trace Viewer and Converter
5
6.SH "SYNOPSIS"
7
8.PP
9.nf
4e85cbfd 10babeltrace [OPTIONS] FILE...
d2c0553c
MD
11.fi
12.SH "DESCRIPTION"
13
14.PP
15Babeltrace is a trace viewer and converter reading and writing the
16Common Trace Format (CTF). Its main use is to pretty-print CTF traces
e9a6238d 17into a human-readable text output ordered by time.
d2c0553c
MD
18
19.PP
20This program follow the usual GNU command line syntax with long options
21starting with two dashes. Below is a summary of the available options.
22.PP
23
24.TP
4e85cbfd
MD
25.BR "FILE"
26Input trace FILE(s) or directory(ies)
d2c0553c 27.TP
4e85cbfd 28.BR "-w, --output OUTPUT"
d2c0553c
MD
29Output trace path (default: stdout)
30.TP
31.BR "-i, --input-format FORMAT"
05cab525 32Input trace format (default: ctf). CTF is currently the only supported input format.
d2c0553c
MD
33.TP
34.BR "-o, --output-format FORMAT"
35Output trace format (default: text)
36.TP
37.BR "-h, --help"
38This help message
39.TP
40.BR "-l, --list"
41List available formats
42.TP
43.BR "-v, --verbose"
44Verbose mode (or set BABELTRACE_VERBOSE environment variable)
45.TP
46.BR "-d, --debug"
47Debug mode (or set BABELTRACE_DEBUG environment variable)
48.TP
49.BR "--no-delta"
50Do not print time delta between consecutive events
51.TP
52.BR "-n, --names name1<,name2,...>"
12c9c3bc
MD
53Print field names: (payload OR args OR arg), none, all, scope, header,
54(context OR ctx), (default: payload,context).
d2c0553c
MD
55.TP
56.BR "-f, --fields name1<,name2,...>"
32cfb8ad
MD
57Print additional fields: all, trace, trace:hostname, trace:domain,
58trace:procname, trace:vpid, loglevel.
d2c0553c
MD
59.TP
60.BR "--clock-raw"
61Disregard internal clock offset (use raw value)
62.TP
63.BR "--clock-offset seconds"
64Clock offset in seconds
65.TP
66.BR "--clock-seconds"
67Print the timestamps as [sec.ns] (default is: [hh:mm:ss.ns])
68.TP
69.BR "--clock-date"
70Print clock date
71.TP
72.BR "--clock-gmt"
73Print clock in GMT time zone (default: local time zone)
74.TP
dcfc8a69
JG
75.BR "--stream-intersection"
76Only print events when all streams are active
77.TP
db821198
JG
78.BR "--debug-info-full-dir"
79Directory in which to look for debugging information files. (default: /usr/lib/debug/)
80.TP
81.BR "--debug-info-full-path"
82Show full debug info source and binary paths (if available)
83.TP
d2c0553c
MD
84
85.fi
86Formats available: ctf, dummy, text.
87
88.SH "ENVIRONMENT VARIABLES"
89
90.PP
91Note that all command line options will override environmenal variables.
92.PP
93
94.PP
95.IP "BABELTRACE_VERBOSE"
96Activate verbose Babeltrace output.
97.PP
98.IP "BABELTRACE_DEBUG"
99Activate debug Babeltrace output.
100
101.SH "SEE ALSO"
102
103.PP
28070aac 104babeltrace-log(1), lttng(1), lttng-ust(3), lttng-sessiond(8)
d2c0553c
MD
105.PP
106.SH "BUGS"
107
108.PP
857eaa68
MD
109The lttng-live plugin does not honor the the "--output" command line
110option.
d2c0553c
MD
111
112If you encounter any issues or usability problem, please report it on
113our mailing list <lttng-dev@lists.lttng.org> to help improve this
114project.
115.SH "CREDITS"
116
117Babeltrace and the babeltrace library are distributed under the MIT
118license. See the files LICENSE and mit-license.txt for details.
119.PP
120A Web site is available at http://www.efficios.com/babeltrace for more
121information on Babeltrace and the Common Trace Format. See
122http://lttng.org for more information on the LTTng project.
123.PP
124Mailing list for support and development: <lttng-dev@lists.lttng.org>.
125.PP
126You can find us on IRC server irc.oftc.net (OFTC) in #lttng.
127.PP
128.SH "THANKS"
129
130Thanks to the Linux Foundation and Ericsson for funding part of this
131work. Thanks to the Multicore Association Tool Infrastructure Working
132Group for their active role in the creation of the Common Trace Format.
86bc640a 133.PP
d2c0553c
MD
134.SH "AUTHORS"
135
136.PP
137Babeltrace was originally written by Mathieu Desnoyers, with additional
138contributions from various other people. It is currently maintained by
139Mathieu Desnoyers <mathieu.desnoyers@efficios.com>.
140.PP
This page took 0.031837 seconds and 4 git commands to generate.