commit | 7490d59268168adf16aa319b007986778080d367 | [log] [tgz] |
---|---|---|
author | Kui-Feng Lee <kuifeng@fb.com> | Mon Dec 13 19:59:29 2021 -0800 |
committer | Andrii Nakryiko <andrii@kernel.org> | Tue Dec 14 14:38:05 2021 -0800 |
tree | b3d96586275d75df30671364126147ee9fbc5dfb | |
parent | a393ea80a22a9beffdc9a527bd2f9f270e7a0c6e [diff] |
samples/bpf: Stop using bpf_object__find_program_by_title API. bpf_object__find_program_by_title is going to be deprecated. Replace use cases of bpf_object__find_program_by_title in samples/bpf/ with bpf_object__for_each_program. Signed-off-by: Kui-Feng Lee <kuifeng@fb.com> Signed-off-by: Andrii Nakryiko <andrii@kernel.org> Link: https://lore.kernel.org/bpf/20211214035931.1148209-3-kuifeng@fb.com