ebpf-lab

example code from Learning eBPF by Liz Rice, https://github.com/lizrice/learning-ebpf
git clone https://git.in0rdr.ch/ebpf-lab.git
Log | Files | Refs | Pull requests |Archive | README

commit e22526890f50a487ba922ae795fa57c6513fd970
parent b7e3c816175d251eb022bb899ab171850694eaff
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Mon, 15 May 2023 15:20:44 +0200

feat(bpftrace): add DWARF support

Diffstat:
Mpacker/scripts/ebpf-lab.sh | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/packer/scripts/ebpf-lab.sh b/packer/scripts/ebpf-lab.sh @@ -42,7 +42,8 @@ cd ../docs; make install # https://github.com/iovisor/bpftrace/blob/master/INSTALL.md cd $HOME dnf install -y bcc-devel systemtap-sdt-devel binutils-devel libbpf-devel vim-common \ - libpcap-devel gtest-devel gmock-devel cereal-devel asciidoctor dwarves + libpcap-devel gtest-devel gmock-devel cereal-devel asciidoctor dwarves \ + elfutils-devel git clone https://github.com/iovisor/bpftrace --recurse-submodules cd bpftrace mkdir build; cd build