<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Bpftrace on vmlinuz</title>
    <link>https://vmlinuz.pl/en/tags/bpftrace/</link>
    <description>Recent content in Bpftrace on vmlinuz</description>
    <generator>Hugo</generator>
    <language>en</language>
    <copyright>2025-2026 vmlinuz.pl</copyright>
    <lastBuildDate>Sat, 13 Jun 2026 10:00:00 +0100</lastBuildDate>
    <atom:link href="https://vmlinuz.pl/en/tags/bpftrace/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>eBPF from Scratch, the Programmable Linux Kernel</title>
      <link>https://vmlinuz.pl/en/posts/ebpf/</link>
      <pubDate>Sat, 13 Jun 2026 10:00:00 +0100</pubDate>
      <guid>https://vmlinuz.pl/en/posts/ebpf/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://vmlinuz.pl/en/posts/kprobes/&#34;&gt;Kprobes&lt;/a&gt; let you inject code anywhere in the kernel, but you do it by writing a kernel module. One bug and you get a kernel panic. eBPF solves that: you load a small program into the kernel, and a verifier guarantees it can&amp;rsquo;t do anything dangerous. It&amp;rsquo;s now the foundation of modern observability, networking and security on Linux.&lt;/p&gt;&#xA;&lt;h2 id=&#34;what-is-ebpf&#34;&gt;What is eBPF?&lt;/h2&gt;&#xA;&lt;p&gt;eBPF (extended Berkeley Packet Filter) is a virtual machine inside the kernel. It runs small programs in kernel space, attached to events, without recompiling the kernel and without rebooting. Roughly, it works like this:&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
