aboutsummaryrefslogtreecommitdiff
path: root/samples/bpf-unknown-none/reported.by
Commit message (Collapse)AuthorAgeFilesLines
* Add BPF architecture target supportCupertino Miranda2022-12-141-0/+3
BPF is a virtual machine and associated ISA that resides in the Linux kernel. Initially intended for user-level packet capture and filtering, BPF is nowadays generalized to serve as a general-purpose infrastructure also for non-networking purposes. Signed-off-by: Cupertino Miranda <cupertino.miranda@oracle.com>