I work on and debug open source software
https://people.ubuntu.com/~r41k0u/portfolio/
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)
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.
github.com/pythonbpf/Py...
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...
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...