summaryrefslogtreecommitdiffstats
path: root/samples/bpf/trace_output_kern.c
Commit message (Expand)AuthorAgeFilesLines
* samples/bpf: Change _kern suffix to .bpf with syscall tracing programDaniel T. Lee2022-12-291-29/+0
* samples/bpf: Use vmlinux.h instead of implicit headers in syscall tracing pro...Daniel T. Lee2022-12-291-2/+1
* samples/bpf: Use kyscall instead of kprobe in syscall tracing programDaniel T. Lee2022-12-291-2/+1
* samples: bpf: Refactor kprobe tracing programs with libbpfDaniel T. Lee2020-08-241-7/+8
* samples/bpf: Use consistent include paths for libbpfToke Høiland-Jørgensen2020-01-201-1/+1
* samples/bpf: fix trace_output exampleAlexei Starovoitov2016-04-281-1/+0
* samples: bpf: add bpf_perf_event_output exampleAlexei Starovoitov2015-10-221-0/+31