pwru icon indicating copy to clipboard operation
pwru copied to clipboard

Packet, where are you? -- eBPF-based Linux kernel networking debugger

Results 82 pwru issues
Sort by recently updated
recently updated
newest added

I've finished a PoC about LBR: [bpflbr](https://github.com/Asphaltt/bpflbr). Then, I think it's better to introduce LBR for pwru. As for pwru, introduce `--output-lbr` to output LBR stack, e.g. an example from...

I was expecting that pwru is able to track BPF helpers called by XDP progs when running with `--filter-trace-xdp --filter-track-bpf-helpers`. That turned to be not the case. The `--filter-track-bpf-helpers` relies...

enhancement