zephyr/arch/riscv/core
Yong Cong Sin 42362c6fcc subsys/profiling: relocate stack unwind backends
Relocate stack unwind backends from `arch/` to perf's
`backends/` folder, just like logging/shell/..

Signed-off-by: Yong Cong Sin <ycsin@meta.com>
Signed-off-by: Yong Cong Sin <yongcong.sin@gmail.com>
2024-08-20 14:45:23 +02:00
..
offsets arch: remove the use of `z_arch_esf_t` completely from internal 2024-06-04 14:02:51 -05:00
CMakeLists.txt subsys/profiling: relocate stack unwind backends 2024-08-20 14:45:23 +02:00
asm_macros.inc
coredump.c arch: define `struct arch_esf` and deprecate `z_arch_esf_t` 2024-06-04 14:02:51 -05:00
cpu_idle.c arch: use same syntax for custom arch calls 2024-08-12 12:43:36 +02:00
fatal.c arch: riscv: remove PMP stack guard for stack overflow handler 2024-07-27 15:12:25 +03:00
fpu.S build: namespace the generated headers with `zephyr/` 2024-05-28 22:03:55 +02:00
fpu.c arch: define `struct arch_esf` and deprecate `z_arch_esf_t` 2024-06-04 14:02:51 -05:00
irq_manage.c arch: riscv: implement `arch_irq_disconnect_dynamic` 2024-05-29 11:58:44 +02:00
irq_offload.c
isr.S arch: riscv: update PMP setting to privileged mode for fault handler 2024-07-27 15:12:25 +03:00
pmp.S
pmp.c arch: riscv: remove PMP stack guard for stack overflow handler 2024-07-27 15:12:25 +03:00
prep_c.c
reboot.c
reset.S build: namespace the generated headers with `zephyr/` 2024-05-28 22:03:55 +02:00
semihost.c
smp.c arch: call arch_smp_init() directly, do not use SYS_INIT 2024-06-12 18:23:54 -04:00
stacktrace.c arch: riscv: stacktrace: fix output without `ra` on the stack top 2024-08-06 17:17:17 -04:00
switch.S
thread.c arch: riscv: core: Enable RISCV IRQs for no multithreading 2024-06-10 16:57:44 +03:00
tls.c
userspace.S
vector_table.ld