Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
debugging: slides: develop eBPF part in the training
eBPF is currently mentioned in the training, but it is far from enough to give enough knowledge to start writing some tooling in eBPF: we only mention the core concepts, introduce two tracing/profiling frameworks, and have no lab about it. Add core content to really teach how to manipulate eBPF. The new content brings the following organization: - general intro: how and why, the setup, the core components - writing ebpf programs - managing ebpf programs with bcc - manual operations with clang and bpftool - managing ebpf programs with libbpf The new content is integrated in the "System Wide Profiling and Tracing" part, and has been put as the last subpart (just after LTTng) Also, since the new corresponding lab is big enough, it is done separately from the current system wide tracing lab. Signed-off-by: Alexis Lothoré <[email protected]>
- Loading branch information