[PATCH v4 2/3] Make relevant changes in NEWS and man page

Dmitry V. Levin ldv at strace.io
Sat Mar 18 12:02:19 UTC 2023


On Sat, Mar 04, 2023 at 07:02:16PM +0530, Sahil Siddiq wrote:
[...]
> @@ -1332,6 +1334,12 @@ field is not supplied explicitly, it is added as the last column.
>  .B \-\-summary\-wall\-clock
>  Summarise the time difference between the beginning and end of
>  each system call.  The default is to summarise the system time.
> +.SS Stop condition
> +.TP 12
> +.BI "\-l " limit
> +.TQ
> +.BR "\-\-syscall\-limit" = \fIlimit\fR
> +Detach strace after \fIlimit\fR number of syscalls are captured. Syscalls filtered out via --trace, --trace-path or --status options are not considered when keeping track of the number of syscalls that are captured.

Detach all tracees when
.I limit
number of syscalls have been captured.  Syscalls filtered out via
.BR \-\-trace ,
.B \-\-trace\-path
or
.B \-\-status
options are not considered when keeping track of the number of syscalls
that are captured.


-- 
ldv


More information about the Strace-devel mailing list