Just released PythonBPF v0.1.7
We now support a lot more helpers and pretty extensive support for a lot of vmlinux structs.
Just released PythonBPF v0.1.7
We now support a lot more helpers and pretty extensive support for a lot of vmlinux structs.
I must also add a dedicated type conversion module later, having it all over the place is bad.
Part of this PR: github.com/pythonbpf/Py...
I must also add a dedicated type conversion module later, having it all over the place is bad.
Part of this PR: github.com/pythonbpf/Py...
github.com/pythonbpf/Py...
github.com/pythonbpf/Py...
TODO: implement discard helper, add typecasting to struct for array returned by reserve, add userspace support in pylibbpf
github.com/pythonbpf/Py...
But we'll do stacktrace example first.
TODO: implement discard helper, add typecasting to struct for array returned by reserve, add userspace support in pylibbpf
github.com/pythonbpf/Py...
But we'll do stacktrace example first.
cool milestone reached. You can now cast to a vmlinux struct in PythonBPF as well as use the fields of that struct! (Although it's limited to integers of all types, for now)
cool milestone reached. You can now cast to a vmlinux struct in PythonBPF as well as use the fields of that struct! (Although it's limited to integers of all types, for now)
cool stuff a junior of mine tried to make
cool stuff a junior of mine tried to make