summaryrefslogtreecommitdiffstats
path: root/samples/bpf/offwaketime_kern.c
Commit message (Expand)AuthorAgeFilesLines
* samples/bpf: unify bpf program suffix to .bpf with tracing programsDaniel T. Lee2023-08-211-149/+0
* samples/bpf: convert to vmlinux.h with tracing programsDaniel T. Lee2023-08-211-15/+6
* bpf: use canonical ftrace pathRoss Zwisler2023-03-131-1/+1
* samples/bpf/test_overhead_kprobe_kern: replace bpf_probe_read_kernel with bpf...Yafang Shao2022-01-201-2/+2
* samples/bpf: Define MAX_ENTRIES instead of a magic number in offwaketimeMuhammad Falak R Wani2021-08-151-4/+5
* samples: bpf: Refactor tracepoint tracing programs with libbpfDaniel T. Lee2020-08-241-26/+26
* samples/bpf, selftests/bpf: Use bpf_probe_read_kernelIlya Leoshkevich2020-07-211-1/+6
* samples/bpf: Remove compiler warningsYonghong Song2020-05-131-2/+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-4/+6
* samples/bpf: tracepoint exampleAlexei Starovoitov2016-04-071-4/+22
* samples/bpf: offwaketime exampleAlexei Starovoitov2016-02-201-0/+131