commit | b8c54ea455dc2e0bda7ea9b0370279c224e21045 | [log] [tgz] |
---|---|---|
author | Alexei Starovoitov <ast@kernel.org> | Thu Nov 14 10:57:06 2019 -0800 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Fri Nov 15 23:42:31 2019 +0100 |
tree | 3156335fbfe2428b0a3420a184c96f90ade7f5ee | |
parent | 1442e2871b7679271fc9fcbf043ba1be511a7428 [diff] |
libbpf: Add support to attach to fentry/fexit tracing progs Teach libbpf to recognize tracing programs types and attach them to fentry/fexit. Signed-off-by: Alexei Starovoitov <ast@kernel.org> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Acked-by: Song Liu <songliubraving@fb.com> Acked-by: Andrii Nakryiko <andriin@fb.com> Link: https://lore.kernel.org/bpf/20191114185720.1641606-7-ast@kernel.org