aboutsummaryrefslogtreecommitdiff
path: root/samples/bpf/tracex6_user.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-21samples/bpf: unify bpf program suffix to .bpf with tracing programsGravatar Daniel T. Lee 1-1/+1
2022-04-10samples/bpf: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCKGravatar Yafang Shao 1-1/+0
2020-12-02bpf: samples: Do not touch RLIMIT_MEMLOCKGravatar Roman Gushchin 1-3/+0
2020-05-19samples, bpf: Refactor kprobe tracing user progs with libbpfGravatar Daniel T. Lee 1-6/+43
2018-05-14samples: bpf: include bpf/bpf.h instead of local libbpf.hGravatar Jakub Kicinski 1-1/+1
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-07bpf: add a test case for helper bpf_perf_event_read_valueGravatar Yonghong Song 1-1/+12
2017-06-04samples/bpf: add tests for more perf event typesGravatar Teng Qin 1-38/+142
2016-12-20samples/bpf: Remove perf_event_open() declarationGravatar Joe Stringer 1-1/+2
2016-12-15samples/bpf: Make samples more libbpf-centricGravatar Joe Stringer 1-1/+1
2015-08-12bpf: fix build warnings and add function read_trace_pipe()Gravatar Kaixu Xia 1-9/+13
2015-08-09samples/bpf: example of get selected PMU counter valueGravatar Kaixu Xia 1-0/+68