Changes for version 0.03 - 2024-10-04
- update docs
Modules
Pure-Perl interface for eBPF (extended Berkeley Packet Filter)
Provides
in lib/Sys/Ebpf/Asm.pm
in lib/Sys/Ebpf/Constants/BpfAttachType.pm
in lib/Sys/Ebpf/Constants/BpfCmd.pm
in lib/Sys/Ebpf/Constants/BpfMapCreateFlags.pm
in lib/Sys/Ebpf/Constants/BpfMapType.pm
in lib/Sys/Ebpf/Constants/BpfMapUpdateFlags.pm
in lib/Sys/Ebpf/Constants/BpfProgType.pm
in lib/Sys/Ebpf/Elf/Constants.pm
in lib/Sys/Ebpf/Elf/MachineType.pm
in lib/Sys/Ebpf/Elf/Parser.pm
in lib/Sys/Ebpf/Link/Netlink/Constants/Iflink.pm
in lib/Sys/Ebpf/Link/Netlink/Constants/Netlink.pm
in lib/Sys/Ebpf/Link/Netlink/Constants/Rtnetlink.pm
in lib/Sys/Ebpf/Link/Netlink/Constants/Socket.pm
in lib/Sys/Ebpf/Link/Netlink/Socket.pm
in lib/Sys/Ebpf/Link/Netlink/Xdp.pm
in lib/Sys/Ebpf/Link/Perf/Arch.pm
in lib/Sys/Ebpf/Link/Perf/Constants/PerfEvent.pm
in lib/Sys/Ebpf/Link/Perf/Constants/PerfEventIoctl.pm
in lib/Sys/Ebpf/Link/Perf/Kprobe.pm
in lib/Sys/Ebpf/Loader.pm
in lib/Sys/Ebpf/Map.pm
in lib/Sys/Ebpf/Reader.pm
in lib/Sys/Ebpf/Syscall.pm
Examples
- sample/kprobe/README.md
- sample/kprobe/build.sh
- sample/kprobe/kprobe.c
- sample/kprobe/kprobe.o
- sample/kprobe/kprobe.pl
- sample/kprobe_file_open_counter/build.sh
- sample/kprobe_file_open_counter/kprobe_file_open_counter.c
- sample/kprobe_file_open_counter/kprobe_file_open_counter.pl
- sample/kprobe_file_open_tracker/build.sh
- sample/kprobe_file_open_tracker/kprobe_file_open_tracker.c
- sample/kprobe_file_open_tracker/kprobe_file_open_tracker.pl
- sample/xdp_count_8080_port/build.sh
- sample/xdp_count_8080_port/xdp_count_8080_port.c
- sample/xdp_count_8080_port/xdp_count_8080_port.pl