summaryrefslogtreecommitdiff
path: root/linux/aarch64
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2012-10-26 23:43:13 +0000
committerDmitry V. Levin <ldv@altlinux.org>2012-10-26 23:43:13 +0000
commit7943966f6cd137e44f27d56aaf21b023fb1fae63 (patch)
treeebb9f34b14b67c0d53a69a6f2f72abb8a9d23907 /linux/aarch64
parentd8d3bd3709eb52581c8ce86cec5a7a9c43c3c5b9 (diff)
downloadstrace-7943966f6cd137e44f27d56aaf21b023fb1fae63.tar.gz
strace-7943966f6cd137e44f27d56aaf21b023fb1fae63.tar.bz2
strace-7943966f6cd137e44f27d56aaf21b023fb1fae63.tar.xz
Enhance quotactl decoding
* quota.c (sys_quotactl): Decode 2nd syscall argument using printpath. * pathtrace.c (pathtrace_match): Add quotactl support. * linux/*/syscallent.h: Add TF flag to quotactl entry.
Diffstat (limited to 'linux/aarch64')
-rw-r--r--linux/aarch64/syscallent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/aarch64/syscallent.h b/linux/aarch64/syscallent.h
index eeda429..b712c9f 100644
--- a/linux/aarch64/syscallent.h
+++ b/linux/aarch64/syscallent.h
@@ -58,7 +58,7 @@
{ 1, TD, sys_close, "close" }, /* 57 */
{ 0, 0, sys_vhangup, "vhangup" }, /* 58 */
{ 2, TD, sys_pipe2, "pipe2" }, /* 59 */
- { 4, 0, sys_quotactl, "quotactl" }, /* 60 */
+ { 4, TF, sys_quotactl, "quotactl" }, /* 60 */
{ 3, TD, sys_getdents64, "getdents64" }, /* 61 */
{ 3, TD, sys_lseek, "lseek" }, /* 62 */
{ 3, TD, sys_read, "read" }, /* 63 */