aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/samples/bpf/tracex2_kern.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-12-29samples/bpf: Change _kern suffix to .bpf with syscall tracing programDaniel T. Lee1-99/+0
2022-12-29samples/bpf: Use vmlinux.h instead of implicit headers in syscall tracing programDaniel T. Lee1-3/+1
2022-12-29samples/bpf: Use kyscall instead of kprobe in syscall tracing programDaniel T. Lee1-2/+1
2022-11-04samples/bpf: Fix tracex2 error: No such file or directoryRong Tao1-2/+2
2020-05-19samples, bpf: Refactor kprobe, tail call kern progs map definitionDaniel T. Lee1-12/+12
2020-05-19samples, bpf: Refactor kprobe tracing user progs with libbpfDaniel T. Lee1-1/+2
2020-01-20samples/bpf: Use consistent include paths for libbpfToke Høiland-Jørgensen1-2/+2
2019-10-08selftests/bpf: Split off tracing-only helpers into bpf_tracing.hAndrii Nakryiko1-0/+1
2016-04-14bpf, samples: don't zero data when not neededDaniel Borkmann1-2/+2
2016-04-06samples/bpf: Enable powerpc supportNaveen N. Rao1-2/+2
2016-02-06samples/bpf: update tracex[23] examples to use per-cpu mapsAlexei Starovoitov1-1/+1
2015-07-08samples: bpf: enable trace samples for s390xMichael Holzheu1-3/+3
2015-06-15bpf: introduce current->pid, tgid, uid, gid, comm accessorsAlexei Starovoitov1-5/+19
2015-04-02samples/bpf: Add counting example for kfree_skb() function calls and the write() syscallAlexei Starovoitov1-0/+86