aboutsummaryrefslogtreecommitdiffstats
path: root/samples/bpf/tracex5_user.c
AgeCommit message (Expand)Author
10 daysmaster: sync with upstream 6.6Bruce Ashfield
2022-07-13samples: bpf: Replace sizeof(arr)/sizeof(arr[0]) with ARRAY_SIZELinkui Xiao
2022-04-10samples/bpf: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCKYafang Shao
2020-12-02bpf: samples: Do not touch RLIMIT_MEMLOCKRoman Gushchin
2020-09-04samples, bpf: Replace bpf_program__title() with bpf_program__section_name()Daniel T. Lee
2020-05-19samples, bpf: Refactor tail call user progs with libbpfDaniel T. Lee
2020-03-23samples, bpf: Move read_trace_pipe to trace_helpersDaniel T. Lee
2018-05-14samples: bpf: include bpf/bpf.h instead of local libbpf.hJakub Kicinski
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2016-09-27bpf samples: update tracex5 sample to use __seccomp_filterNaveen N. Rao
2015-05-21samples/bpf: bpf_tail_call example for tracingAlexei Starovoitov