Changes

220 bytes added ,  13:26, 10 February 2015
Line 77: Line 77:  
  | eventpoll || array || Eventpoll file information || - || eventpoll.proto
 
  | eventpoll || array || Eventpoll file information || - || eventpoll.proto
 
  |-
 
  |-
  | eventpoll-tfd || array || Target file descriptors of eventpoll fds || - || eventpoll.proto
+
  | eventpoll-tfd || array || Target file descriptors of eventpoll fds (merged into above) || - || eventpoll.proto
 
  |-
 
  |-
 
  | inotify || array || Inotify file information || - || intotify.proto
 
  | inotify || array || Inotify file information || - || intotify.proto
 
  |-
 
  |-
  | inotify-wd || array || Watch descriptors of inotify fds || - || inotify.proto
+
  | inotify-wd || array || Watch descriptors of inotify fds (merged into above) || - || inotify.proto
 
  |-
 
  |-
 
  | signalfd || array || signalfd info || - || signalfd.proto
 
  | signalfd || array || signalfd info || - || signalfd.proto
 
  |-
 
  |-
  | core || single-entry || Arch-dependent information (registers, etc.) || - || core.proto
+
  | core || single-entry || Core process info and (name, sigmask, itimers, etc.) arch-dependent information (registers, etc.) || - || core.proto
 
  |-
 
  |-
 
  | mm || single-entry ||  Address space generic information (segments, exe file, etc.) || - || mm.proto
 
  | mm || single-entry ||  Address space generic information (segments, exe file, etc.) || - || mm.proto
 
  |-
 
  |-
  | vmas || array || Virtual mappings (<code>mmap(2)</code>) || - || vma.proto
+
  | vmas || array || Virtual mappings (<code>mmap(2)</code>) (merged into above) || - || vma.proto
 
  |-
 
  |-
 
  | pipes || array || Pipes information || - || pipe.proto
 
  | pipes || array || Pipes information || - || pipe.proto
Line 99: Line 99:  
  | fifo-data || array || Contents of FIFOs || same as in pipes-data || pipe-data.proto
 
  | fifo-data || array || Contents of FIFOs || same as in pipes-data || pipe-data.proto
 
  |-
 
  |-
  | pstree || array || Process tree linkage and IDs || - || pstree.proto
+
  | pstree || array || Process tree linkage || - || pstree.proto
 +
|-
 +
| ids || single || IDs of objects (mm, files, sihand, etc.) and namespaces || - || core.proto
 
  |-
 
  |-
 
  | sigacts || array || Signal handling map || - || sa.proto
 
  | sigacts || array || Signal handling map || - || sa.proto
Line 109: Line 111:  
  | sk-queues || array || Contents of socket queues || <code>entry.length</code> bytes of data, one entry per packet || sk-packet.proto
 
  | sk-queues || array || Contents of socket queues || <code>entry.length</code> bytes of data, one entry per packet || sk-packet.proto
 
  |-
 
  |-
  | itimers || array || Interval timers state || - || itimer.proto
+
  | itimers || array || Interval timers state (merged into core image) || - || itimer.proto
 
  |-
 
  |-
 
  | creds || single-entry || Task credentials: uids, gids, caps, etc. || - || creds.proto
 
  | creds || single-entry || Task credentials: uids, gids, caps, etc. || - || creds.proto
Line 115: Line 117:  
  | fs || single-entry || Chroot and chdir information || - || fs.proto
 
  | fs || single-entry || Chroot and chdir information || - || fs.proto
 
  |-
 
  |-
  | remap-fpath || array || File paths remaps || - || remap-file-path.proto
+
  | remap-fpath || array || File paths remaps (e.g. for [[invisible files]]) || - || remap-file-path.proto
 
  |-
 
  |-
  | ghost-file || single-entry || Ghost files (those, not visible from FS, but still used by tasks) || Right after the entry up to the EOF goes the contents of the file || ghost-file.proto
+
  | ghost-file || single-entry || Ghost [[invisible files]] || Right after the entry up to the EOF goes the contents of the file || ghost-file.proto
 
  |-
 
  |-
 
  | tcp-stream || single-entry || TCP connection state (including data in queues) || <code>entry.inq_len</code> bytes of in-queue data followed by <code>entry.outq_len</code> bytes of out-queue data || tcp-stream.proto
 
  | tcp-stream || single-entry || TCP connection state (including data in queues) || <code>entry.inq_len</code> bytes of in-queue data followed by <code>entry.outq_len</code> bytes of out-queue data || tcp-stream.proto