[PATCH v2 0/2] [GSoC] Stop condition based on number of syscalls
Sahil Siddiq
icegambit91 at gmail.com
Wed Feb 15 18:07:04 UTC 2023
Hi,
This patch adds the option to detach strace after capturing a specified
number of syscalls.
Changes v1 -> v2:
- Declare "nflag" and "syscall_limit" with the static modifier. "nflag"
and "syscall_limit" are not accessed outside of "strace.c".
Sahil Siddiq (2):
Stop condition based on number of syscalls
Make relevant changes in NEWS and man page
NEWS | 2 ++
doc/strace.1.in | 8 ++++++++
src/strace.c | 19 +++++++++++++++++--
3 files changed, 27 insertions(+), 2 deletions(-)
--
2.39.1
More information about the Strace-devel
mailing list