]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
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)
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>

Trivial merge