Blog page
![](/static/ecfe09718406393a1a49641aa5d73b68/e8666/ogimage.png)
Building an eBPF-Based Profiler
Learn how to build an eBPF profiler for both for both compiled and interpreted languages
Read more![](/static/9a0333e8e6134e49dc90a437ce6dccb1/a2e4d/ogimage.jpg)
Data-Centric Tracing
eBPF can facilitate observability of kernel function execution, showing arguments and return values in a similar way to that supported in debuggers
Read more![](/static/6b1721abf751b6c29e72d883c2c652ec/3f533/ogimage.webp)
A Deep Dive into eBPF: Writing an Efficient DNS Monitoring
The code to get started with eBPF
Read more![](/static/28b0f7f378363c616a8479ed8b8d507d/7ac02/ogimage.png)
Every Call You Make: Why Watching Traffic (and eBPF) Is the Future of Developer Tools
The “99% developers” need easier solutions for observability. Learn how eBPF may be the way to get there.
Read more![](/static/34cdd749974cb280aea4f3ccaaea9f9f/7f639/ogimage.png)
Linux kernel's eBPF feature put to unexpected new uses
The Register's coverage of Linux Plumber's Conference where new use cases like ghOSt and HID-BPF were presented
Read more![](/static/71932c2d6d9615ebe008704459d24eb0/6a2b3/ogimage.webp)
Porting an eBPF-based application to arm64: our experience with Inspektor Gadget
Inspektor Gadget is now available on arm64! It will enable you to debug your kubernetes cluster running on this architecture, whether it is a thousand nodes cluster hosted in the cloud or locally on your arm64-based laptop or SBC
Read more![](/static/82eb5ef332fc5e8d3335348742efc32d/02053/ogimage.jpg)
Why You Should Pay Attention to eBPF
Redmonk gives the heads up that eBPF is a technology to watch. Expect more analysts to follow suit
Read moreDifferentiate three types of eBPF redirections
There are three types of eBPF redirection fashions in Linux kernel that may confuse developers often: bpf_redirect_peer(), bpf_redirect_neighbor(), and bpf_redirect(). This post helps to clarify them by digging into the code in history order, and also discusses usages & related problems in real world.
Read more![](/static/7612e4b1f62992cf51902527b1a5184e/105de/ogimage.png)
A story about AF_XDP, network namespaces and a cookie
A crash in a development version of flowtrackd (the daemon that powers our Advanced TCP Protection) highlighted the fact that libxdp (and specifically the AF_XDP part) was not Linux network namespace aware. This blogpost describes the debugging journey to find the bug, as well as a fix.
Read moreLinux tracing/profiling 基础:符号表、调用栈、perf /bpftrace 示例等
整理一些 tracing/profiling 笔记,目前内容主要来自 Practical Linux tracing 系列几篇文章。
Read more