The best way to learn about eBPF is to read the book “What is eBPF” by Liz Rice.
And the best way to have your first experience with eBPF programming is
to walk through this lab, which takes the opensnoop example out of the
book and teaches you to handle an eBPF tool, watch it loading its
components and even add your own tracing into the source eBPF code. visit
this site and get your hands dirty ;)
The standard Perl distribution comes with a debugger, although it's really just another Perl program, perl5db.pl. Since it is just a program, I can use it as the basis for writing my own debuggers to suit my needs, or I can use the interface perl5db.pl provides to configure its actions. That's just the beginning, though. read more...
Comments