zephyr/kernel
Yong Cong Sin 15dc87d172 tracing: trace sys_init calls
Created tracing APIs to trace the enter and (exit + result) of
SYS_INIT and DEVICE_DT_DEFINE (and friends).

Signed-off-by: Yong Cong Sin <ycsin@meta.com>
2024-06-18 14:39:05 -04:00
..
include kernel: avoided increments/decrements with side effects 2024-06-14 19:19:29 +02:00
paging kernel: mm: rename z_num_pagefaults_get to k_mem_num_* 2024-06-12 21:13:26 -04:00
CMakeLists.txt
Kconfig kernel: banner: Add option to clear screen on boot 2024-06-13 20:30:14 -04:00
Kconfig.device
Kconfig.mem_domain
Kconfig.obj_core
Kconfig.smp
Kconfig.vm kernel: mm: rename Z_MEM_PHYS/VIRT_ADDR to K_MEM_* 2024-06-12 21:13:26 -04:00
atomic_c.c
banner.c kernel: banner: Add option to clear screen on boot 2024-06-13 20:30:14 -04:00
busy_wait.c
compiler_stack_protect.c kernel: Unified type of stack protection canary __stack_chk_guard. 2024-06-14 19:26:27 +02:00
condvar.c
cpu_mask.c
device.c
dynamic.c
dynamic_disabled.c
errno.c
events.c
fatal.c
float.c
futex.c
idle.c
init.c tracing: trace sys_init calls 2024-06-18 14:39:05 -04:00
ipi.c
irq_offload.c
kheap.c
mailbox.c
main_weak.c
mem_domain.c
mem_slab.c
mempool.c kernel: avoided increments/decrements with side effects 2024-06-14 19:19:29 +02:00
mmu.c demand_paging: add frame tracking functions to eviction algorithms 2024-06-14 18:58:02 -04:00
msg_q.c
mutex.c
nothread.c
obj_core.c
pipes.c
poll.c
priority_queues.c
queue.c
sched.c sched: Limit deadline scheduler parameter 2024-06-15 05:13:41 -04:00
sem.c
smp.c
spinlock_validate.c
stack.c
system_work_q.c
thread.c kernel: mm: remove k_mem_phys_un/map() 2024-06-12 21:13:26 -04:00
thread_monitor.c
timeout.c
timer.c
timeslicing.c
usage.c
userspace.c
userspace_handler.c
version.c
work.c
xip.c