zephyr/kernel
Torbjörn Leksell 7a646b3f8e Tracing: Work Queue tracing
Add Work tracing, default tracing hooks, and documentation.

Signed-off-by: Torbjörn Leksell <torbjorn.leksell@percepio.com>
Signed-off-by: Anas Nashif <anas.nashif@intel.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
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
futex.c
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
kheap.c Tracing: Memory Heap tracing 2021-05-07 22:10:21 -04:00
mailbox.c Tracing: Mailbox tracing 2021-05-07 22:10:21 -04:00
mem_domain.c
mem_slab.c Tracing: Memory Slab tracing 2021-05-07 22:10:21 -04:00
mempool.c Tracing: Memory Heap tracing 2021-05-07 22:10:21 -04:00
mmu.c kernel: mmu: use bitarrays for k_mem_map/k_mem_unmap 2021-05-07 13:36:22 -04:00
msg_q.c Tracing: Message Queue tracing 2021-05-07 22:10:21 -04:00
mutex.c Tracing: Mutex tracing hooks 2021-05-07 22:10:21 -04:00
pipes.c Tracing: Pipe tracing 2021-05-07 22:10:21 -04:00
poll.c Tracing: Poll API and Work Poll tracing 2021-05-07 22:10:21 -04:00
queue.c Tracing: Queue tracing 2021-05-07 22:10:21 -04:00
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 Tracing: Memory Stack tracing 2021-05-07 22:10:21 -04:00
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 Tracing: Timer tracing 2021-05-07 22:10:21 -04:00
userspace_handler.c
userspace.c
version.c
work.c Tracing: Work Queue tracing 2021-05-07 22:10:21 -04:00
xip.c