aboutsummaryrefslogtreecommitdiffstats
path: root/samples/bpf/hbm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-05-16samples/bpf: Drop unnecessary fallthroughAndrii Nakryiko1-1/+0
2023-04-13samples/bpf: Fix fout leak in hbm's run_bpf_progHao Zeng1-0/+1
2023-03-13bpf: use canonical ftrace pathRoss Zwisler1-2/+2
2022-04-10samples/bpf: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCKYafang Shao1-2/+3
2021-12-14samples/bpf: Stop using bpf_object__find_program_by_title API.Kui-Feng Lee1-1/+10
2020-11-26samples: bpf: Refactor hbm program with libbpfDaniel T. Lee1-52/+59
2020-11-10samples/bpf: Remove duplicate include in hbmMenglong Dong1-1/+0
2020-10-06samples/bpf: Fix a compilation error with fallthrough markingYonghong Song1-1/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-01-20samples/bpf: Use consistent include paths for libbpfToke Høiland-Jørgensen1-2/+2
2019-11-08samples: bpf: Update outdated error messageDaniel T. Lee1-1/+1
2019-07-03bpf: Add support for fq's EDT to HBMbrakmo1-3/+15
2019-06-18samples: bpf: refactor header include pathDaniel T. Lee1-2/+2
2019-06-04bpf: hbm: fix spelling mistake "notifcations" -> "notificiations"Colin Ian King1-1/+1
2019-05-31bpf: Add more stats to HBMbrakmo1-0/+33
2019-05-31bpf: Add cn support to hbm_out_kern.cbrakmo1-3/+15
2019-03-07bpf: hbm: fix spelling mistake "deault" -> "default"Colin Ian King1-2/+2
2019-03-02bpf: User program for testing HBMbrakmo1-0/+441