Sys-Ebpf 0.02
Files
- Build.PL
- Changes
- LICENSE
- MANIFEST
- META.json
- META.yml
- README.md
- cpanfile
- cpanfile.snapshot
- docs/appendix.md
- docs/elf_inspect.md
- docs/perl_env.md
- lib/Sys/Ebpf.pm
- lib/Sys/Ebpf/Asm.pm
- lib/Sys/Ebpf/Constants/BpfAttachType.pm
- lib/Sys/Ebpf/Constants/BpfCmd.pm
- lib/Sys/Ebpf/Constants/BpfMapCreateFlags.pm
- lib/Sys/Ebpf/Constants/BpfMapType.pm
- lib/Sys/Ebpf/Constants/BpfMapUpdateFlags.pm
- lib/Sys/Ebpf/Constants/BpfProgType.pm
- lib/Sys/Ebpf/Elf/Constants.pm
- lib/Sys/Ebpf/Elf/Constants/_h2ph_pre.ph
- lib/Sys/Ebpf/Elf/Constants/elf.ph
- lib/Sys/Ebpf/Elf/Constants/stdint-gcc.ph
- lib/Sys/Ebpf/Elf/Constants/stdint.ph
- lib/Sys/Ebpf/Elf/MachineType.pm
- lib/Sys/Ebpf/Elf/Parser.pm
- lib/Sys/Ebpf/Link/Perf/Arch.pm
- lib/Sys/Ebpf/Link/Perf/Constants/PerfEvent.pm
- lib/Sys/Ebpf/Link/Perf/Constants/PerfEventIoctl.pm
- lib/Sys/Ebpf/Link/Perf/Kprobe.pm
- lib/Sys/Ebpf/Loader.pm
- lib/Sys/Ebpf/Map.pm
- lib/Sys/Ebpf/Reader.pm
- lib/Sys/Ebpf/Syscall.pm
- lib/Sys/Ebpf/Syscall/_h2ph_pre.ph
- lib/Sys/Ebpf/Syscall/asm/unistd.ph
- lib/Sys/Ebpf/Syscall/asm/unistd_32.ph
- lib/Sys/Ebpf/Syscall/asm/unistd_64.ph
- lib/Sys/Ebpf/Syscall/asm/unistd_x32.ph
- lib/Sys/Ebpf/Syscall/bits/syscall.ph
- lib/Sys/Ebpf/Syscall/sys/syscall.ph
- lib/Sys/Ebpf/Syscall/syscall.ph
- minil.toml
- sample/kprobe/README.md
- sample/kprobe/build.sh
- sample/kprobe/kprobe.c
- sample/kprobe/kprobe.o
- sample/kprobe/kprobe.pl
- script/gensyscall.sh
- script/remove_bak.sh
- t/00_ebpf_asm.t
- t/01_ebpf_create_map.t
- t/02_ebpf_map_serialization.t
- t/03_ebpf_crud_map.t
- t/04_ebpf_load_prog.t