[PATCH v7] Implement -e trace=%statfs option to trace and group statfs, statfs64, statvfs syscalls
Abhishek Tiwari
erabhishektiwarics at gmail.com
Fri Mar 31 19:32:33 UTC 2017
while grouping I found that osf_statfs has following entries
linux/alpha/syscallent.h:188:[160] = { 3, TF|TSF,
SEN(osf_statfs), "osf_statfs" },
linux/alpha/syscallent.h:233:[227] = { 3, TF|TSF,
SEN(osf_statfs), "osf_statfs64" },
Should the second entry be
linux/alpha/syscallent.h:233:[227] = { 3, TF|TSF,
SEN(osf_statfs64), "osf_statfs64" },
and not
linux/alpha/syscallent.h:233:[227] = { 3, TF|TSF,
SEN(osf_statfs), "osf_statfs64" },
and then grouped under statfs64 ?
If entry is correct what group should I put for this file statfs or statfs64 ?
More information about the Strace-devel
mailing list