]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
Merge branch 'bpftool-improvements-kallsymfix'
authorAlexei Starovoitov <ast@kernel.org>
Thu, 21 Dec 2017 02:09:41 +0000 (18:09 -0800)
committerAlexei Starovoitov <ast@kernel.org>
Thu, 21 Dec 2017 02:09:42 +0000 (18:09 -0800)
commit7466177635be4d5f2452284085b5c2cc299367fe
tree47cca432779b910dab12ee5cc81b792f6e432a76
parent7d9890ef505a8c2a778d304535e26e827d58c466
parent7105e828c087de970fcb5a9509db51bfe6bd7894
Merge branch 'bpftool-improvements-kallsymfix'

Daniel Borkmann says:

====================
This work adds correlation of maps and calls into the bpftool
xlated dump in order to help debugging and introspection of
loaded BPF progs. First patch makes kallsyms work on subprogs
with bpf calls, and second implements the actual correlation.
Details and example output can be found in the 2nd patch.
====================

Signed-off-by: Alexei Starovoitov <ast@kernel.org>