strace

System call tracer for Linux

About

strace intercepts and records system calls made by a process. Essential for debugging, performance analysis, and understanding application behavior at the OS level.

strace on RISC-V requires architecture-specific syscall tables and register decoding. Older versions lack complete RISC-V syscall support. The latest strace versions have full riscv64 syscall coverage including newer Linux kernel syscalls.

```bash

wget https://github.com/Cloud-V-10xE/RISC-V-software/releases/latest/download/strace--riscv64-linux.tar.gz

sudo tar -xzf strace--riscv64-linux.tar.gz -C /usr/local/

Releases (17)
VersionDateAssets
7.2 2026-09-03 2 file(s) view →
7.1 2026-08-26 1 file(s) view →
7.1 2026-08-01 1 file(s) view →
7.0 2026-07-06 1 file(s) view →
7.0 2026-06-01 1 file(s) view →
6.19 2026-05-01 1 file(s) view →
6.19 2026-04-01 1 file(s) view →
6.19 2026-03-16 1 file(s) view →
6.19 2026-03-15 1 file(s) view →
6.19 2026-03-14 1 file(s) view →
6.19 2026-03-13 1 file(s) view →
6.19 2026-03-12 1 file(s) view →
6.19 2026-03-11 1 file(s) view →
6.19 2026-03-10 1 file(s) view →
6.19 2026-03-09 1 file(s) view →
6.19 2026-03-08 1 file(s) view →
6.19 2026-03-07 1 file(s) view →