commit | fcfd50afb6e94c8cf121ca4e7e3e7166bae7c6aa | [log] [tgz] |
---|---|---|
author | Roland McGrath <roland@redhat.com> | Wed Jan 09 00:03:23 2008 -0800 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Wed Jan 09 08:03:58 2008 -0800 |
tree | 8e772c80e6dfd8fca5c02bc25859eccb7ea79545 | |
parent | cdf71a10c7b6432d9b48e292cca2c62a0b9fa6cf [diff] |
show_task: real_parent The show_task function invoked by sysrq-t et al displays the pid and parent's pid of each task. It seems more useful to show the actual process hierarchy here than who is using ptrace on each process. Signed-off-by: Roland McGrath <roland@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>