X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=doc%2Fman%2Flttng-track.1.txt;h=78bde140f673fcfe596ee2630bd3a1f17d82ec0e;hb=bf788f71cb77778934975e3ed57bafce8981f7ba;hp=899a6c4eadd9b2ef0da5b242a0c32d519f7f0a7f;hpb=65226554a1fee74f1528058539b96ed3e77e5159;p=lttng-tools.git diff --git a/doc/man/lttng-track.1.txt b/doc/man/lttng-track.1.txt index 899a6c4ea..78bde140f 100644 --- a/doc/man/lttng-track.1.txt +++ b/doc/man/lttng-track.1.txt @@ -10,7 +10,7 @@ lttng-track - Add one or more entries to an LTTng resource tracker SYNOPSIS -------- [verse] -*lttng* ['GENERAL OPTIONS'] *track* (option:--kernel | option:--userspace) +*lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *track* (option:--kernel | option:--userspace) [option:--session='SESSION'] (option:--pid='PID'[,'PID']... | option:--all option:--pid) @@ -35,6 +35,7 @@ events (equivalent of `lttng track --pid --all` for all domains). With the PID tracker, it is possible, for example, to record all system calls called by a given process: +[role="term"] ------------------------------------------- lttng enable-event --kernel --all --syscall lttng track --kernel --pid=2345 @@ -60,6 +61,7 @@ Initial whitelist: Command: +[role="term"] ----------------------------------- lttng track --userspace --pid=3,6,7 ----------------------------------- @@ -72,6 +74,7 @@ Whitelist: Command: +[role="term"] --------------------------------- lttng untrack --userspace --pid=7 --------------------------------- @@ -84,6 +87,7 @@ Whitelist: Command: +[role="term"] --------------------------------- lttng track --userspace --pid=1,5 ---------------------------------