summaryrefslogtreecommitdiffstats
path: root/samples/bpf/tracex2_kern.c
Commit message (Expand)AuthorAgeFilesLines
* samples, bpf: Refactor kprobe, tail call kern progs map definitionDaniel T. Lee2020-05-191-12/+12
* samples, bpf: Refactor kprobe tracing user progs with libbpfDaniel T. Lee2020-05-191-1/+2
* samples/bpf: Use consistent include paths for libbpfToke Høiland-Jørgensen2020-01-201-2/+2
* selftests/bpf: Split off tracing-only helpers into bpf_tracing.hAndrii Nakryiko2019-10-081-0/+1
* bpf, samples: don't zero data when not neededDaniel Borkmann2016-04-141-2/+2
* samples/bpf: Enable powerpc supportNaveen N. Rao2016-04-061-2/+2
* samples/bpf: update tracex[23] examples to use per-cpu mapsAlexei Starovoitov2016-02-061-1/+1
* samples: bpf: enable trace samples for s390xMichael Holzheu2015-07-081-3/+3
* bpf: introduce current->pid, tgid, uid, gid, comm accessorsAlexei Starovoitov2015-06-151-5/+19
* samples/bpf: Add counting example for kfree_skb() function calls and the writ...Alexei Starovoitov2015-04-021-0/+86