[strace/strace] Question about trace=%file and readdir? (#123)

esyr notifications at github.com
Tue Feb 25 23:14:06 UTC 2020


`%file` includes syscalls that take a file name as an argument. `%desc` includes syscalls that take an fd as an argument. `readdir(2)` takes fd as an arguments, hence it is included in `%desc` and not in `%file`.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/strace/strace/issues/123#issuecomment-591126557
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.strace.io/pipermail/strace-devel/attachments/20200225/fa74c718/attachment.html>


More information about the Strace-devel mailing list