commit | a1916a153c254cd0ad13b23bed262ed56922cc7a | [log] [tgz] |
---|---|---|
author | Andrii Nakryiko <andriin@fb.com> | Tue Aug 13 11:54:43 2019 -0700 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Tue Aug 13 23:19:42 2019 +0200 |
tree | 5534805c878ae24eb57d84b6d784c1f6f4b4cd7c | |
parent | 7fd785685e2243bb639b31557e258d11464c3489 [diff] |
libbpf: attempt to load kernel BTF from sysfs first Add support for loading kernel BTF from sysfs (/sys/kernel/btf/vmlinux) as a target BTF. Also extend the list of on disk search paths for vmlinux ELF image with entries that perf is searching for. Signed-off-by: Andrii Nakryiko <andriin@fb.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>