package/ply: new package
authorAndreas Klinger <ak@it-klinger.de>
Wed, 6 Jan 2021 19:47:04 +0000 (20:47 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 23 Jan 2021 21:48:03 +0000 (22:48 +0100)
commit544fcc772f7381033bbea341e0c11fe5fcf996b4
tree8e71a9241745b9389913972879174b807ac6433f
parent92c9f6408dc9873b229fadaec8c144650dc1258a
package/ply: new package

ply is a light-weight dynamic tracer for Linux. By means of using the
BPF it can attach probes to the linux kernel (e. g. kprobes).

It's a small alternative to LLVM based tracers for embedded systems.

Project page:
https://github.com/wkz/ply/releases

Documentation can be found here:
https://wkz.github.io/ply/

Tested with beaglebone_defconfig (uClibc-ng as well as glibc)

Signed-off-by: Andreas Klinger <ak@it-klinger.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
DEVELOPERS
package/Config.in
package/ply/0001-configure.ac-fix-error-with-version-string.patch [new file with mode: 0644]
package/ply/0002-printxf.h-add-stdarg.h-in-include.patch [new file with mode: 0644]
package/ply/Config.in [new file with mode: 0644]
package/ply/ply.hash [new file with mode: 0644]
package/ply/ply.mk [new file with mode: 0644]