docs: seccomp: Enhance strace command to print thread name

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford 2022-11-11 08:18:18 +00:00
parent 9f1d2d34e8
commit 2c94773bdc

View File

@ -64,5 +64,5 @@ it will log every system call issued by the process. It is important to use
`-f` option in order to trace each and every thread belonging to the process. `-f` option in order to trace each and every thread belonging to the process.
``` ```
strace -f ./cloud-hypervisor ... strace --decode-pids=comm -f ./cloud-hypervisor ...
``` ```