linux/fs/proc
Peter Zijlstra 8ef9925b02 sched/debug: Add explicit TASK_PARKED printing
Currently TASK_PARKED is masqueraded as TASK_INTERRUPTIBLE, give it
its own print state because it will not in fact get woken by regular
wakeups and is a long-term state.

This requires moving TASK_PARKED into the TASK_REPORT mask, and since
that latter needs to be a contiguous bitmask, we need to shuffle the
bits around a bit.

Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
2017-09-29 11:02:57 +02:00
..
Kconfig
Makefile
array.c sched/debug: Add explicit TASK_PARKED printing 2017-09-29 11:02:57 +02:00
base.c mm: treewide: remove GFP_TEMPORARY allocation flag 2017-09-13 18:53:16 -07:00
cmdline.c
consoles.c
cpuinfo.c
devices.c block: order /proc/devices by major number 2017-07-17 15:42:20 +02:00
fd.c
fd.h
generic.c procfs: use faster rb_first_cached() 2017-09-08 18:26:49 -07:00
inode.c
internal.h procfs: use faster rb_first_cached() 2017-09-08 18:26:49 -07:00
interrupts.c
kcore.c
kmsg.c
loadavg.c
meminfo.c mm: rename global_page_state to global_zone_page_state 2017-09-06 17:27:29 -07:00
namespaces.c
nommu.c
page.c
proc_net.c procfs: use faster rb_first_cached() 2017-09-08 18:26:49 -07:00
proc_sysctl.c
proc_tty.c
root.c procfs: use faster rb_first_cached() 2017-09-08 18:26:49 -07:00
self.c
softirqs.c
stat.c
task_mmu.c mm: treewide: remove GFP_TEMPORARY allocation flag 2017-09-13 18:53:16 -07:00
task_nommu.c procfs: remove unused variable 2017-09-13 18:53:15 -07:00
thread_self.c
uptime.c
version.c
vmcore.c