aboutsummaryrefslogtreecommitdiff
path: root/samples/bpf/tracex3_user.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-02bpf: samples: Do not touch RLIMIT_MEMLOCKGravatar Roman Gushchin 1-6/+0
2020-10-27samples/bpf: Set rlimit for memlock to infinity in all samplesGravatar Toke Høiland-Jørgensen 1-1/+1
2020-05-19samples, bpf: Refactor kprobe tracing user progs with libbpfGravatar Daniel T. Lee 1-16/+45
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Gravatar Thomas Gleixner 1-4/+1
2018-10-04bpf, tracex3_user: erase "ARRAY_SIZE" redefinedGravatar Bo YU 1-2/+0
2018-05-14samples: bpf: include bpf/bpf.h instead of local libbpf.hGravatar Jakub Kicinski 1-1/+1
2017-05-03samples/bpf: adjust rlimit RLIMIT_MEMLOCK for traceex2, tracex3 and tracex4Gravatar Jesper Dangaard Brouer 1-0/+7
2016-12-15samples/bpf: Make samples more libbpf-centricGravatar Joe Stringer 1-2/+2
2016-11-27bpf: fix multiple issues in selftest suite and samplesGravatar Daniel Borkmann 1-2/+4
2016-02-06samples/bpf: update tracex[23] examples to use per-cpu mapsGravatar Alexei Starovoitov 1-7/+14
2015-04-02samples/bpf: Add IO latency analysis (iosnoop/heatmap) toolGravatar Alexei Starovoitov 1-0/+150