]> git.baikalelectronics.ru Git - 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)
commit98006a82131c419a17c86526884399ac32e82036
tree47cca432779b910dab12ee5cc81b792f6e432a76
parent1b0ecbcbdd34b0590c12d9ef096fb2337478f08e
parent5728de0196fb42029dbabfcf5d0edf40c791a7bb
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>