Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-05-14 | samples: bpf: include bpf/bpf.h instead of local libbpf.h | Jakub Kicinski | 1 | -1/+1 | |
There are two files in the tree called libbpf.h which is becoming problematic. Most samples don't actually need the local libbpf.h they simply include it to get to bpf/bpf.h. Include bpf/bpf.h directly instead. Signed-off-by: Jakub Kicinski <[email protected]> Acked-by: Jesper Dangaard Brouer <[email protected]> Signed-off-by: Alexei Starovoitov <[email protected]> | |||||
2017-10-25 | bpf: add a test case to test single tp multiple bpf attachment | Yonghong Song | 1 | -13/+53 | |
The bpf sample program syscall_tp is modified to show attachment of more than bpf programs for a particular kernel tracepoint. Signed-off-by: Yonghong Song <[email protected]> Acked-by: Alexei Starovoitov <[email protected]> Acked-by: Martin KaFai Lau <[email protected]> Signed-off-by: David S. Miller <[email protected]> | |||||
2017-08-07 | bpf: add a test case for syscalls/sys_{enter|exit}_* tracepoints | Yonghong Song | 1 | -0/+71 | |
Signed-off-by: Yonghong Song <[email protected]> Acked-by: Daniel Borkmann <[email protected]> Signed-off-by: David S. Miller <[email protected]> |