On Thu, Nov 7, 2019 at 10:41 PM Alexei Starovoitov <ast@xxxxxxxxxx> wrote: > > Teach libbpf to recognize tracing programs types and attach them to > fentry/fexit. > > Signed-off-by: Alexei Starovoitov <ast@xxxxxxxxxx> > --- Acked-by: Andrii Nakryiko <andriin@xxxxxx> > tools/include/uapi/linux/bpf.h | 2 + > tools/lib/bpf/libbpf.c | 99 +++++++++++++++++++++++++--------- > tools/lib/bpf/libbpf.h | 4 ++ > tools/lib/bpf/libbpf.map | 2 + > 4 files changed, 82 insertions(+), 25 deletions(-) > [...]