aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/samples/bpf/offwaketime_kern.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-08-21samples/bpf: unify bpf program suffix to .bpf with tracing programsDaniel T. Lee1-149/+0
2023-08-21samples/bpf: convert to vmlinux.h with tracing programsDaniel T. Lee1-15/+6
2023-03-13bpf: use canonical ftrace pathRoss Zwisler1-1/+1
2022-01-20samples/bpf/test_overhead_kprobe_kern: replace bpf_probe_read_kernel with bpf_probe_read_kernel_str to get task commYafang Shao1-2/+2
2021-08-15samples/bpf: Define MAX_ENTRIES instead of a magic number in offwaketimeMuhammad Falak R Wani1-4/+5
2020-08-24samples: bpf: Refactor tracepoint tracing programs with libbpfDaniel T. Lee1-26/+26
2020-07-21samples/bpf, selftests/bpf: Use bpf_probe_read_kernelIlya Leoshkevich1-1/+6
2020-05-13samples/bpf: Remove compiler warningsYonghong Song1-2/+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-4/+6
2016-04-07samples/bpf: tracepoint exampleAlexei Starovoitov1-4/+22
2016-02-20samples/bpf: offwaketime exampleAlexei Starovoitov1-0/+131