You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Different system calls are used for reading directories. I would output it
as a separate type as well (and do so), since tools might want to ignore
changes to directories, and it saves effort to treat them as distinct, to
avoid the need for the caller to stat each reported read.
For fac/bigbro, readdir is an important operation to trace. It's needed if you have a build rule such as:
echo *.c > file.dat
in which case the rule needs to be rebuilt if a new file is created in that directory.
The text was updated successfully, but these errors were encountered: