Daniel Borkmann 747ea55e4f bpf: fix bpf_skb_in_cgroup helper naming 9 years ago
..
Makefile cf9b1199de samples/bpf: Add test/example of using bpf_probe_write_user bpf helper 9 years ago
README.rst bdefbbf2ec samples/bpf: like LLC also verify and allow redefining CLANG command 9 years ago
bpf_helpers.h 747ea55e4f bpf: fix bpf_skb_in_cgroup helper naming 9 years ago
bpf_load.c 86af8b4191 Add sample for adding simple drop program to link 9 years ago
bpf_load.h 3622e7e493 samples/bpf: move ksym_search() into library 9 years ago
fds_example.c 89b9760701 samples/bpf: add map_flags to bpf loader 9 years ago
lathist_kern.c 0fb1170ee6 bpf: BPF based latency tracing 10 years ago
lathist_user.c 0fb1170ee6 bpf: BPF based latency tracing 10 years ago
libbpf.c 89b9760701 samples/bpf: add map_flags to bpf loader 9 years ago
libbpf.h 89b9760701 samples/bpf: add map_flags to bpf loader 9 years ago
map_perf_test_kern.c 26e9093110 samples/bpf: add map performance test 9 years ago
map_perf_test_user.c 77e63534d6 samples/bpf: Fix build breakage with map_perf_test_user.c 9 years ago
offwaketime_kern.c 02413cabd6 bpf, samples: don't zero data when not needed 9 years ago
offwaketime_user.c 3622e7e493 samples/bpf: move ksym_search() into library 9 years ago
parse_ldabs.c 65d472fb00 samples/bpf: add 'pointer to packet' tests 9 years ago
parse_simple.c 65d472fb00 samples/bpf: add 'pointer to packet' tests 9 years ago
parse_varlen.c 65d472fb00 samples/bpf: add 'pointer to packet' tests 9 years ago
sock_example.c 89b9760701 samples/bpf: add map_flags to bpf loader 9 years ago
sockex1_kern.c 614cd3bd37 samples: bpf: add skb->field examples and tests 10 years ago
sockex1_user.c 614cd3bd37 samples: bpf: add skb->field examples and tests 10 years ago
sockex2_kern.c 614cd3bd37 samples: bpf: add skb->field examples and tests 10 years ago
sockex2_user.c eb88d58559 samples/bpf: set max locked memory to ulimited 9 years ago
sockex3_kern.c d691f9e8d4 bpf: allow programs to write to certain skb fields 10 years ago
sockex3_user.c eb88d58559 samples/bpf: set max locked memory to ulimited 9 years ago
spintest_kern.c 138d6153a1 samples/bpf: Enable powerpc support 9 years ago
spintest_user.c 9d8b612d88 samples/bpf: add bpf map stress test 9 years ago
tcbpf1_kern.c 27b29f6305 bpf: add bpf_redirect() helper 10 years ago
test_cgrp2_array_pin.c a3f7461734 cgroup: bpf: Add an example to do cgroup checking in BPF 9 years ago
test_cgrp2_tc.sh a3f7461734 cgroup: bpf: Add an example to do cgroup checking in BPF 9 years ago
test_cgrp2_tc_kern.c 747ea55e4f bpf: fix bpf_skb_in_cgroup helper naming 9 years ago
test_cls_bpf.sh 65d472fb00 samples/bpf: add 'pointer to packet' tests 9 years ago
test_maps.c ba0cc3c153 samples/bpf: add bpf_map_update_elem() tests 9 years ago
test_overhead_kprobe_kern.c e3edfdec04 samples/bpf: add tracepoint vs kprobe performance tests 9 years ago
test_overhead_tp_kern.c e3edfdec04 samples/bpf: add tracepoint vs kprobe performance tests 9 years ago
test_overhead_user.c e3edfdec04 samples/bpf: add tracepoint vs kprobe performance tests 9 years ago
test_probe_write_user_kern.c cf9b1199de samples/bpf: Add test/example of using bpf_probe_write_user bpf helper 9 years ago
test_probe_write_user_user.c cf9b1199de samples/bpf: Add test/example of using bpf_probe_write_user bpf helper 9 years ago
test_verifier.c 883e44e4de samples/bpf: add verifier tests 9 years ago
trace_output_kern.c 569cc39d39 samples/bpf: fix trace_output example 9 years ago
trace_output_user.c 39111695b1 samples: bpf: add bpf_perf_event_output example 10 years ago
tracex1_kern.c 02413cabd6 bpf, samples: don't zero data when not needed 9 years ago
tracex1_user.c b896c4f95a samples/bpf: Add simple non-portable kprobe filter example 10 years ago
tracex2_kern.c 02413cabd6 bpf, samples: don't zero data when not needed 9 years ago
tracex2_user.c 3059303f59 samples/bpf: update tracex[23] examples to use per-cpu maps 9 years ago
tracex3_kern.c 3059303f59 samples/bpf: update tracex[23] examples to use per-cpu maps 9 years ago
tracex3_user.c 3059303f59 samples/bpf: update tracex[23] examples to use per-cpu maps 9 years ago
tracex4_kern.c 138d6153a1 samples/bpf: Enable powerpc support 9 years ago
tracex4_user.c 9811e35359 samples/bpf: Add kmem_alloc()/free() tracker tool 10 years ago
tracex5_kern.c 02413cabd6 bpf, samples: don't zero data when not needed 9 years ago
tracex5_user.c 5bacd7805a samples/bpf: bpf_tail_call example for tracing 10 years ago
tracex6_kern.c 5ed3ccbd5a bpf: fix build warnings and add function read_trace_pipe() 10 years ago
tracex6_user.c 5ed3ccbd5a bpf: fix build warnings and add function read_trace_pipe() 10 years ago
xdp1_kern.c d9094bda5c bpf: make xdp sample variable names more meaningful 9 years ago
xdp1_user.c 86af8b4191 Add sample for adding simple drop program to link 9 years ago
xdp2_kern.c d9094bda5c bpf: make xdp sample variable names more meaningful 9 years ago

README.rst

eBPF sample programs
====================

This directory contains a mini eBPF library, test stubs, verifier
test-suite and examples for using eBPF.

Build dependencies
==================

Compiling requires having installed:
* clang >= version 3.4.0
* llvm >= version 3.7.1

Note that LLVM's tool 'llc' must support target 'bpf', list version
and supported targets with command: ``llc --version``

Kernel headers
--------------

There are usually dependencies to header files of the current kernel.
To avoid installing devel kernel headers system wide, as a normal
user, simply call::

make headers_install

This will creates a local "usr/include" directory in the git/build top
level directory, that the make system automatically pickup first.

Compiling
=========

For building the BPF samples, issue the below command from the kernel
top level directory::

make samples/bpf/

Do notice the "/" slash after the directory name.

It is also possible to call make from this directory. This will just
hide the the invocation of make as above with the appended "/".

Manually compiling LLVM with 'bpf' support
------------------------------------------

Since version 3.7.0, LLVM adds a proper LLVM backend target for the
BPF bytecode architecture.

By default llvm will build all non-experimental backends including bpf.
To generate a smaller llc binary one can use::

-DLLVM_TARGETS_TO_BUILD="BPF"

Quick sniplet for manually compiling LLVM and clang
(build dependencies are cmake and gcc-c++)::

$ git clone http://llvm.org/git/llvm.git
$ cd llvm/tools
$ git clone --depth 1 http://llvm.org/git/clang.git
$ cd ..; mkdir build; cd build
$ cmake .. -DLLVM_TARGETS_TO_BUILD="BPF;X86"
$ make -j $(getconf _NPROCESSORS_ONLN)

It is also possible to point make to the newly compiled 'llc' or
'clang' command via redefining LLC or CLANG on the make command line::

make samples/bpf/ LLC=~/git/llvm/build/bin/llc CLANG=~/git/llvm/build/bin/clang