X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=doc%2Fbabeltrace.1;h=2e7a9d12faa5f9a35828553db04f1dff88aa7b2b;hb=2f8c0e4790d437eae39b8fa5fded6c487acee9b1;hp=3f0160cafa400f068a7cfa8f163d0c176a6eb7bf;hpb=28070aacae1f14a0a0d96e2f4fb1635c9151fb58;p=babeltrace.git diff --git a/doc/babeltrace.1 b/doc/babeltrace.1 index 3f0160ca..2e7a9d12 100644 --- a/doc/babeltrace.1 +++ b/doc/babeltrace.1 @@ -7,14 +7,14 @@ babeltrace \(em Babeltrace Trace Viewer and Converter .PP .nf -babeltrace [OPTIONS] INPUT +babeltrace [OPTIONS] FILE... .fi .SH "DESCRIPTION" .PP Babeltrace is a trace viewer and converter reading and writing the Common Trace Format (CTF). Its main use is to pretty-print CTF traces -into a human-readable text output. +into a human-readable text output ordered by time. .PP This program follow the usual GNU command line syntax with long options @@ -22,10 +22,10 @@ starting with two dashes. Below is a summary of the available options. .PP .TP -.BR "INPUT" -Input trace path +.BR "FILE" +Input trace FILE(s) or directory(ies) .TP -.BR "OUTPUT" +.BR "-w, --output OUTPUT" Output trace path (default: stdout) .TP .BR "-i, --input-format FORMAT" @@ -50,12 +50,12 @@ Debug mode (or set BABELTRACE_DEBUG environment variable) Do not print time delta between consecutive events .TP .BR "-n, --names name1<,name2,...>" -Print field names: (payload OR args OR arg), all, scope, header, -(context OR ctx), (payload active by default). +Print field names: (payload OR args OR arg), none, all, scope, header, +(context OR ctx), (default: payload,context). .TP .BR "-f, --fields name1<,name2,...>" -Print additional fields: all, trace, trace:domain, trace:procname, -trace:vpid, loglevel. +Print additional fields: all, trace, trace:hostname, trace:domain, +trace:procname, trace:vpid, loglevel. .TP .BR "--clock-raw" Disregard internal clock offset (use raw value) @@ -74,12 +74,12 @@ Print clock in GMT time zone (default: local time zone) .TP .fi -Formats available: ctf, dummy, text. +Formats available: ctf, lttng-live, dummy, text, ctf_metadata. .SH "ENVIRONMENT VARIABLES" .PP -Note that all command line options will override environmenal variables. +Note that all command line options will override environment variables. .PP .PP @@ -97,7 +97,7 @@ babeltrace-log(1), lttng(1), lttng-ust(3), lttng-sessiond(8) .SH "BUGS" .PP -No knows bugs at this point. +No known bugs at this point. If you encounter any issues or usability problem, please report it on our mailing list to help improve this