zephyr/kernel
Daniel Leung fd7a68dbe9 kernel: use timing functions to gather thread runtime stats
This uses the timing functions to gather execution cycles of
threads. This provides greater details if arch/SoC/board
uses timer with higher resolution.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2020-11-11 23:55:49 -05:00
..
include tracing: roll thread switch in/out into thread stats functions 2020-11-11 23:55:49 -05:00
atomic_c.c
cache_handlers.c
CMakeLists.txt
compiler_stack_protect.c
device.c
errno.c
fatal.c
futex.c
idle.c
init.c kernel: use timing functions to gather thread runtime stats 2020-11-11 23:55:49 -05:00
Kconfig kernel: use timing functions to gather thread runtime stats 2020-11-11 23:55:49 -05:00
kheap.c
mailbox.c
mem_domain.c
mem_slab.c
mempool_sys.c
mempool.c
mmu.c
msg_q.c
mutex.c
pipes.c
poll.c kernel: Rename struct _poller 2020-11-11 10:59:52 -05:00
queue.c
sched.c tracing: roll thread switch in/out into thread stats functions 2020-11-11 23:55:49 -05:00
sem.c
smp.c
stack.c
system_work_q.c
thread_abort.c
thread.c kernel: use timing functions to gather thread runtime stats 2020-11-11 23:55:49 -05:00
timeout.c
timer.c
userspace_handler.c
userspace.c
version.c
work_q.c