| Commit message (Expand) | Author | Age | Files | Lines |
* | samples/bpf: unify bpf program suffix to .bpf with tracing programs | Daniel T. Lee | 2023-08-22 | 1 | -1/+1 |
* | samples/bpf: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCK | Yafang Shao | 2022-04-11 | 1 | -1/+0 |
* | bpf: samples: Do not touch RLIMIT_MEMLOCK | Roman Gushchin | 2020-12-03 | 1 | -3/+0 |
* | samples, bpf: Refactor kprobe tracing user progs with libbpf | Daniel T. Lee | 2020-05-19 | 1 | -6/+43 |
* | samples: bpf: include bpf/bpf.h instead of local libbpf.h | Jakub Kicinski | 2018-05-15 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-11-04 | 1 | -0/+1 |
|\ |
|
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | | bpf: add a test case for helper bpf_perf_event_read_value | Yonghong Song | 2017-10-08 | 1 | -1/+12 |
|/ |
|
* | samples/bpf: add tests for more perf event types | Teng Qin | 2017-06-05 | 1 | -38/+142 |
* | samples/bpf: Remove perf_event_open() declaration | Joe Stringer | 2016-12-20 | 1 | -1/+2 |
* | samples/bpf: Make samples more libbpf-centric | Joe Stringer | 2016-12-15 | 1 | -1/+1 |
* | bpf: fix build warnings and add function read_trace_pipe() | Kaixu Xia | 2015-08-13 | 1 | -9/+13 |
* | samples/bpf: example of get selected PMU counter value | Kaixu Xia | 2015-08-10 | 1 | -0/+68 |