aboutsummaryrefslogtreecommitdiff
path: root/samples/bpf/tracex5_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-07-13samples: bpf: Replace sizeof(arr)/sizeof(arr[0]) with ARRAY_SIZEGravatar Linkui Xiao 1-1/+2
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-09-04samples, bpf: Replace bpf_program__title() with bpf_program__section_name()Gravatar Daniel T. Lee 1-3/+3
2020-05-19samples, bpf: Refactor tail call user progs with libbpfGravatar Daniel T. Lee 1-8/+58
2020-03-23samples, bpf: Move read_trace_pipe to trace_helpersGravatar Daniel T. Lee 1-0/+1
2018-05-14samples: bpf: include bpf/bpf.h instead of local libbpf.hGravatar Jakub Kicinski 1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2016-09-27bpf samples: update tracex5 sample to use __seccomp_filterGravatar Naveen N. Rao 1-0/+3
2015-05-21samples/bpf: bpf_tail_call example for tracingGravatar Alexei Starovoitov 1-0/+46