aboutsummaryrefslogtreecommitdiff
path: root/samples/bpf/tracex2_user.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-05-11samples/bpf: run cleanup routines when receiving SIGTERMGravatar Andy Gospodarek 1-0/+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-5/+5
2016-11-27bpf: fix multiple issues in selftest suite and samplesGravatar Daniel Borkmann 1-1/+3
2016-02-06samples/bpf: update tracex[23] examples to use per-cpu mapsGravatar Alexei Starovoitov 1-1/+6
2015-06-15bpf: introduce current->pid, tgid, uid, gid, comm accessorsGravatar Alexei Starovoitov 1-9/+58
2015-04-02samples/bpf: Add counting example for kfree_skb() function calls and the writ...Gravatar Alexei Starovoitov 1-0/+95