Debugging with eBPF on Arm Platforms
This session will discuss the in-kernel virtual machine to extract information from a running kernel based on eBPF. Firstly this session will quickly give brief introduction for eBPF working mechanis …
Talk Title | Debugging with eBPF on Arm Platforms |
Speakers | Leo Yan (Software Engineer, Linaro Ltd.) |
Conference | KubeCon + CloudNativeCon |
Conf Tag | |
Location | Shanghai, China |
Date | Jun 23-26, 2019 |
URL | Talk Page |
Slides | Talk Slides |
Video | |
This session will discuss the in-kernel virtual machine to extract information from a running kernel based on eBPF. Firstly this session will quickly give brief introduction for eBPF working mechanism so that allow developers to gather information for debug and tuning by attaching eBPF programs using kprobes or tracepoints and is reinforced with a roll-your-own example program that illustrates how userspace can exploit these mechanisms. After that we move from theory to practice by looking at several userspace tools that allow developers to write high level eBPF programs (or run other peoples pre-canned ones) and process the resulting data.