From f002da727330de51afddeedb205a331711d2285f Mon Sep 17 00:00:00 2001 From: Eugene Syromyatnikov Date: Mon, 17 Apr 2017 21:01:05 +0200 Subject: [PATCH] linux/alpha/syscallent.h: add TSFA flag to osf_getfsstat In accordance with [1]. [1] https://www.freebsd.org/cgi/man.cgi?query=getfsstat&sektion=2 * linux/alpha/syscallent.h (osf_getfsstat): Add TSFA flag. * strace.1 (.SS Filtering) <%%statfs>: Update equivalent regexp. --- linux/alpha/syscallent.h | 2 +- strace.1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/linux/alpha/syscallent.h b/linux/alpha/syscallent.h index e09ccd85..8a905060 100644 --- a/linux/alpha/syscallent.h +++ b/linux/alpha/syscallent.h @@ -44,7 +44,7 @@ [ 15] = { 2, TF, SEN(chmod), "chmod" }, [ 16] = { 3, TF, SEN(chown), "chown" }, [ 17] = { 1, TM|SI, SEN(brk), "brk" }, -[ 18] = { 5, 0, SEN(printargs), "osf_getfsstat" }, /* not implemented */ +[ 18] = { 5, TSFA, SEN(printargs), "osf_getfsstat" }, /* not implemented */ [ 19] = { 3, TD, SEN(lseek), "lseek" }, [ 20] = { 0, NF, SEN(getxpid), "getxpid" }, [ 21] = { 4, 0, SEN(printargs), "osf_mount" }, diff --git a/strace.1 b/strace.1 index 712aa01a..23ae3900 100644 --- a/strace.1 +++ b/strace.1 @@ -449,7 +449,7 @@ regular expression. .BR "\-e\ trace" = %%statfs Trace syscalls related to file system statistics (statfs-like, fstatfs-like, and ustat). The same effect can be achieved with -.BR "\-e\ trace" = /statv?fs|ustat +.BR "\-e\ trace" = /statv?fs|fsstat|ustat regular expression. .TP \fB\-e\ abbrev\fR=\,\fIset\fR -- 2.40.0