openwrt/package/devel
Tony Ambardar 87d5d38e2a ply: add dynamic tracing package using BPF
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 that generate BPF bytecode are based on the LLVM-based BCC
toolchain; ply on the other hand has no external dependencies outside libc,
making it suitable for use on constrained embedded systems.

Currently ply supports x86_64, aarch64, arm, riscv64, riscv32, powerpc,
mips(el), and mips64(el) architectures.

Further documentation, examples and implementation details may be found at:
https://github.com/iovisor/ply.

Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
2024-05-31 11:51:45 +02:00
..
binutils binutils: update to 2.42 2024-02-12 23:41:03 +01:00
gdb devel/gdb: Update to 14.1 2024-01-04 22:40:05 +01:00
gperf gperf: build as C++11 2024-05-10 00:11:10 +02:00
kselftests-bpf kselftests-bpf: update for kernel 6.6 2024-05-06 22:39:18 +02:00
leds treewide: use APK compatible version schema 2024-03-22 22:14:22 +01:00
perf perf: fix build on PowerPC 2024-04-26 15:19:48 +03:00
ply ply: add dynamic tracing package using BPF 2024-05-31 11:51:45 +02:00
strace strace: update to 6.7 2024-02-07 20:13:06 +01:00
tmon tools: add tmon package 2023-12-05 13:38:41 +01:00
trace-cmd tracecmd: update to v3.2 2023-08-01 13:29:40 +02:00
valgrind valgrind: update to 3.22.0 2023-12-04 13:26:56 +01:00