DEBSOURCES
Skip Quicknav
sources / bpftrace / 0.24.1-1.1 / tests / runtime / scripts / bpf_attach.bt
12345678910111213
// This script is used to test attaching to other BPF programs interval:100ms { @a = 1; } interval:100ms { @a = 2; } interval:10s { clear(@a); exit(); }