summaryrefslogtreecommitdiffstats
path: root/tools/bpf
diff options
context:
space:
mode:
authorYonghong Song <yhs@fb.com>2020-05-09 19:59:17 +0200
committerAlexei Starovoitov <ast@kernel.org>2020-05-10 02:05:27 +0200
commitc09add2fbc5aece00a5b54a48ce39fd4e3284d87 (patch)
tree221ce4b3c6ae0308ad18857624954760580abdf5 /tools/bpf
parentbpf: Support variable length array in tracing programs (diff)
downloadlinux-c09add2fbc5aece00a5b54a48ce39fd4e3284d87.tar.xz
linux-c09add2fbc5aece00a5b54a48ce39fd4e3284d87.zip
tools/libbpf: Add bpf_iter support
Two new libbpf APIs are added to support bpf_iter: - bpf_program__attach_iter Given a bpf program and additional parameters, which is none now, returns a bpf_link. - bpf_iter_create syscall level API to create a bpf iterator. The macro BPF_SEQ_PRINTF are also introduced. The format looks like: BPF_SEQ_PRINTF(seq, "task id %d\n", pid); This macro can help bpf program writers with nicer bpf_seq_printf syntax similar to the kernel one. Signed-off-by: Yonghong Song <yhs@fb.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org> Acked-by: Andrii Nakryiko <andriin@fb.com> Link: https://lore.kernel.org/bpf/20200509175917.2476936-1-yhs@fb.com
Diffstat (limited to 'tools/bpf')
0 files changed, 0 insertions, 0 deletions