mirror of
https://github.com/LineageOS/android_kernel_fxtec_sm6115.git
synced 2026-05-14 08:23:34 +00:00
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>