guidosarducci

Results 4 issues of guidosarducci

Description --- This series began as an update of `dwarves` and its related dependencies, several of which are out of date and just recently updated. It includes `toolchain/musl 1.25`, the...

build/scripts/tools
core packages
toolchain

(this takes over discussion/tracking from https://github.com/iovisor/ply/pull/80#issuecomment-1358728266) I was able to package and build `ply` under OpenWrt, then began testing across various MIPS archs and ARM32 by following posted examples from...

**Description**: ply is a light-weight dynamic tracer for Linux that leverages the kernel's BPF VM in concert with kprobes/tracepoints to attach probes to arbitrary points in the kernel. Most tracers...

core packages

Drop usage of glibc basename() in favour of a simpler implementation that works across GNU and musl libc, and is similar to existing code in fs2dt.c. This fixes compile errors...