This example counts the number of times each system call is invoked using an eBPF array map. It tracks specific syscalls and prints their counts using Honey Potion.
Run the following commands inside this directory:
mix format
mix deps.get
mix compile