zephyr/kernel
Torbjörn Leksell f17144349b Tracing: Thread tracing
Add thread tracing hooks, default hooks, and documentation.

Signed-off-by: Torbjörn Leksell <torbjorn.leksell@percepio.com>
2021-05-07 22:10:21 -04:00
..
include Tracing: Thread tracing 2021-05-07 22:10:21 -04:00
paging
atomic_c.c kernel: atomic: consistently use named type for atomic pointer values 2021-04-19 15:22:13 +02:00
banner.c
cache_handlers.c
CMakeLists.txt smp: move a preprocessor conditional from .c to cmake 2021-05-03 17:13:01 -04:00
compiler_stack_protect.c
condvar.c Tracing: Conditional variable tracing 2021-05-07 22:10:21 -04:00
device.c power: device_pm: Use spin lock instead of semaphore 2021-05-07 16:55:31 -04:00
errno.c
fatal.c kernel: fatal: Avoid thread api access when no multithreading 2021-04-29 14:50:35 +02:00
futex.c kernel: Fix 10.4 violations 2021-04-10 09:59:37 -04:00
idle.c kernel: replace power/power.h with pm/pm.h 2021-05-05 18:35:49 -04:00
init.c tests: boot_time: remove all the code and instrumentation feeding into test 2021-05-05 10:41:15 -04:00
Kconfig smp: add a Kconfig option to delay booting secondary CPUs 2021-05-03 17:13:01 -04:00
kheap.c kernel: heap: Add support for CONFIG_MULTITHREADING=n 2021-04-29 14:50:35 +02:00
mailbox.c
mem_domain.c
mem_slab.c kernel: mem_slab: Add support to no multithreading 2021-04-29 14:50:35 +02:00
mempool.c
mmu.c kernel: mmu: use bitarrays for k_mem_map/k_mem_unmap 2021-05-07 13:36:22 -04:00
msg_q.c kernel: Allow k_poll on message queues 2021-04-17 07:47:26 -04:00
mutex.c Tracing: Mutex tracing hooks 2021-05-07 22:10:21 -04:00
pipes.c
poll.c kernel: poll: fix missing final else 2021-04-27 17:31:59 -04:00
queue.c
sched.c Tracing: Thread tracing 2021-05-07 22:10:21 -04:00
sem.c Tracing: Semaphore tracing documentation 2021-05-07 22:10:21 -04:00
smp.c smp: move a preprocessor conditional from .c to cmake 2021-05-03 17:13:01 -04:00
stack.c
system_work_q.c
thread.c Tracing: Thread tracing 2021-05-07 22:10:21 -04:00
timeout.c Tracing: Thread tracing 2021-05-07 22:10:21 -04:00
timer.c kernel: timer: Adding support to CONFIG_MULTITHREADING=n 2021-04-29 14:50:35 +02:00
userspace_handler.c
userspace.c kernel: userspace: rename obj_list in struct dyn_obj 2021-04-29 07:16:11 -04:00
version.c
work.c work: remove a statement with no effect 2021-05-07 12:44:34 -04:00
xip.c