commit | 771744f9dc9742dc4259eb57f3a687d1630e1159 | [log] [tgz] |
---|---|---|
author | Jakub Kicinski <jakub.kicinski@netronome.com> | Wed Feb 27 19:04:14 2019 -0800 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Fri Mar 01 00:53:46 2019 +0100 |
tree | e383e81cfd7496422209c1b80375fa5eddcb99fb | |
parent | 1a9b268c90286cae99051353cb7dfb53ffd82676 [diff] |
tools: libbpf: make sure readelf shows full names in build checks readelf truncates its output by default to attempt to make it more readable. This can lead to function names getting aliased if they differ late in the string. Use --wide parameter to avoid truncation. Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com> Reviewed-by: Quentin Monnet <quentin.monnet@netronome.com> Acked-by: Andrii Nakryiko <andriin@fb.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>