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
DTrace provides an array for userland processes, fds[], which allows mapping file descriptors to a fileinfo_t structure, which can then be used to get information about that file. This does not seem to be documented anywhere in the DTrace guide, currently.
The text was updated successfully, but these errors were encountered:
DTrace provides an array for userland processes,
fds[]
, which allows mapping file descriptors to afileinfo_t
structure, which can then be used to get information about that file. This does not seem to be documented anywhere in the DTrace guide, currently.The text was updated successfully, but these errors were encountered: