zephyr/kernel
Pavlo Hamov 8076c8095b subsystem: kernel_shell: extend thread info
1) Dump time sinse last scheduler call
Could be handy for tickless kernel debug.
Will indicate that no rtc irq is called

2) Dump current timeout of each thread
Could be used to find yout when thread will wake up

3) Dump human friendly thread state

4) Use shell_prin instead shell_fprintf

Signed-off-by: Pavlo Hamov <pavlo_hamov@jabil.com>
2019-09-08 12:39:58 +02:00
..
include kernel/mutex: Fix locking to be SMP-safe 2019-08-22 17:58:16 -04:00
CMakeLists.txt kernel: consolidate error handling code 2019-07-25 15:06:58 -07:00
Kconfig tests: increase main stack size for x86 with ztest 2019-08-05 13:25:50 +02:00
Kconfig.power_mgmt
atomic_c.c
compiler_stack_protect.c kernel: consolidate error handling code 2019-07-25 15:06:58 -07:00
device.c
errno.c
fatal.c kernel: fix default z_arch_cpu_halt() 2019-09-07 09:57:40 -04:00
futex.c
idle.c
init.c linker: Add dtcm section for Cortex M7 MCUs 2019-07-19 10:05:46 +02:00
mailbox.c
mem_domain.c userspace: adjust arch memory domain interface 2019-08-05 13:25:50 +02:00
mem_slab.c
mempool.c malloc: make sure returned memory is properly aligned 2019-07-03 14:17:29 -07:00
msg_q.c kernel: msgq: avoid single char variables for msgq 2019-07-04 10:04:27 -04:00
mutex.c kernel/mutex: Fix locking to be SMP-safe 2019-08-22 17:58:16 -04:00
pipes.c
poll.c
queue.c
sched.c kernel/mutex: Fix locking to be SMP-safe 2019-08-22 17:58:16 -04:00
sem.c
smp.c
stack.c
system_work_q.c
thread.c subsystem: kernel_shell: extend thread info 2019-09-08 12:39:58 +02:00
thread_abort.c
timeout.c kernel: reimplement k_uptime_get_32() 2019-09-03 22:50:41 +02:00
timer.c
userspace.c
userspace_handler.c
version.c
work_q.c