ply icon indicating copy to clipboard operation
ply copied to clipboard

Light-weight Dynamic Tracer for Linux

Results 5 ply issues
Sort by recently updated
recently updated
newest added

i want to use ply in aarch64 big endian, so i clone aarch64.c to aarch64_be.c, but it doesn't work normally, it means it can't print kernel function name, but kernel...

This is on a Redhat Enterprise 64 bit system. It is strange that I can run my ply scripts but when specifying the -d option it fails to run the...

I'm going to be completely honest, I don't know how your build system works, but I cross-compiled it using ./configure --host ... --build ... and produced (in my case obviously)...

When I trace more than 9 system functions in a ply file, an error will always be reported when running ply. This is why, this is the error code: ply:...

my machine: ubuntu x86 one-liner example: ply 'kprobe:do_sys_open { printf("%v(%v): %s\n", comm, uid, str(arg1)); }' not work: ![Image](https://github.com/user-attachments/assets/e90c2203-c22a-4d10-bff2-e6c9a89b92ff)