X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=doc%2Fman%2Flttng-untrack.1.txt;h=b7da339df9c06b2204d0d23b3ed6a8bc9428bf67;hb=2f1c0906c969bb129676ed1d1dc44db7d5acedf8;hp=8226e1ada3db8932ee5293b89905660c40dc2cf1;hpb=882443a6d87be3c1d3d862794c87882d7bcde1bc;p=lttng-tools.git diff --git a/doc/man/lttng-untrack.1.txt b/doc/man/lttng-untrack.1.txt index 8226e1ada..b7da339df 100644 --- a/doc/man/lttng-untrack.1.txt +++ b/doc/man/lttng-untrack.1.txt @@ -10,7 +10,7 @@ lttng-untrack - Remove one or more entries from an LTTng resource tracker SYNOPSIS -------- [verse] -*lttng* ['GENERAL OPTIONS'] *untrack* (option:--kernel | option:--userspace) +*lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *untrack* (option:--kernel | option:--userspace) [option:--session='SESSION'] (option:--pid='PID'[,'PID']... | option:--all option:--pid) @@ -40,6 +40,7 @@ Assume the maximum system PID is 7 for this example. Command: +[role="term"] ------------ lttng create ------------ @@ -52,6 +53,7 @@ Initial whitelist: Command: +[role="term"] ------------------------------------- lttng untrack --userspace --pid --all ------------------------------------- @@ -64,10 +66,11 @@ Whitelist: Commands: +[role="term"] ---------------------------------- lttng enable-event --userspace ... lttng start -... +# ... lttng track --userspace --pid=3,5 ---------------------------------- @@ -79,6 +82,7 @@ Whitelist: Command: +[role="term"] ------------------------------- lttng track --userspace --pid=2 -------------------------------