X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=doc%2Fman%2Fustctl.1.md;fp=doc%2Fman%2Fustctl.1.md;h=12437c5191307f6f9531b4e7e0628573c8887ab2;hb=43550d379ea53556183002632da0d23c0c417d03;hp=0000000000000000000000000000000000000000;hpb=30ca09e13b3c7e6ff5f719ea6882d97acee609eb;p=ust.git diff --git a/doc/man/ustctl.1.md b/doc/man/ustctl.1.md new file mode 100644 index 0000000..12437c5 --- /dev/null +++ b/doc/man/ustctl.1.md @@ -0,0 +1,62 @@ +ustctl(1) -- a program to control the tracing of userspace applications +======================================================================= + +## SYNOPSIS + +`ustctl` [] []... + +## DESCRIPTION + +`ustclt` is a program to control the tracing of userspace applications. It can +list markers, start the tracing, stop the tracing, enable/disable markers, etc. + +## OPTIONS + +These programs follow the usual GNU command line syntax, with long options +starting with two dashes(`-'). A summary of options is included below. + + * `-h`, `--help`: + Show summary of options. + + * `--create-trace`: + Create trace. + + * `--alloc-trace`: + Alloc trace. + + * `--start-trace`: + Start tracing. + + * `--stop-trace`: + Stop tracing. + + * `--destroy-trace`: + Destroy the trace. + + * `--set-subbuf-size` /: + Set the size of subbuffers per channel. + + * `--set-subbuf-num` : + Set the number of subbuffers per channel. + + * `--get-subbuf-size` : + Get the size of subbuffers per channel. + + * `--get-subbuf-num` : + Get the number of subbuffers per channel. + + * `--enable-marker` /: + Enable a marker. + + * `--disable-marker` /: + Disable a marker. + + * `--list-markers`: + List the markers of the process, their state and format string. + +## AUTHOR + +`ustctl` was written by Pierre-Marc Fournier. + +This manual page was written by Jon Bernard <jbernard@debian.org>, for +the Debian project (and may be used by others).