diff options
| author | Alexei Starovoitov <ast@kernel.org> | 2021-05-14 03:36:11 +0300 |
|---|---|---|
| committer | Daniel Borkmann <daniel@iogearbox.net> | 2021-05-19 01:33:40 +0300 |
| commit | 3d78417b60fba249cc555468cb72d96f5cde2964 (patch) | |
| tree | c61b6a262c43b125b25c3601be7285f51df5a91f /tools/perf/scripts/python/net_dropmonitor.py | |
| parent | 387544bfa291a22383d60b40f887360e2b931ec6 (diff) | |
| download | linux-3d78417b60fba249cc555468cb72d96f5cde2964.tar.xz | |
bpf: Add bpf_btf_find_by_name_kind() helper.
Add new helper:
long bpf_btf_find_by_name_kind(char *name, int name_sz, u32 kind, int flags)
Description
Find BTF type with given name and kind in vmlinux BTF or in module's BTFs.
Return
Returns btf_id and btf_obj_fd in lower and upper 32 bits.
It will be used by loader program to find btf_id to attach the program to
and to find btf_ids of ksyms.
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20210514003623.28033-10-alexei.starovoitov@gmail.com
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions
