diff options
| author | Alan Maguire <[email protected]> | 2023-02-09 13:28:51 +0000 |
|---|---|---|
| committer | Daniel Borkmann <[email protected]> | 2023-02-13 17:50:39 +0100 |
| commit | 0243d3dfe274832aa0a16214499c208122345173 (patch) | |
| tree | 118bd542954acc7affea51a89fd3bcc939f9c07f /tools/testing/selftests/bpf/prog_tests/tracing_struct.c | |
| parent | ab86cf337a5b64f0456d2d0d01edc939ad5c20bb (diff) | |
bpf: Add --skip_encoding_btf_inconsistent_proto, --btf_gen_optimized to pahole flags for v1.25
v1.25 of pahole supports filtering out functions with multiple inconsistent
function prototypes or optimized-out parameters from the BTF representation.
These present problems because there is no additional info in BTF saying which
inconsistent prototype matches which function instance to help guide attachment,
and functions with optimized-out parameters can lead to incorrect assumptions
about register contents.
So for now, filter out such functions while adding BTF representations for
functions that have "."-suffixes (foo.isra.0) but not optimized-out parameters.
This patch assumes that below linked changes land in pahole for v1.25.
Signed-off-by: Alan Maguire <[email protected]>
Signed-off-by: Daniel Borkmann <[email protected]>
Tested-by: Arnaldo Carvalho de Melo <[email protected]>
Acked-by: Jiri Olsa <[email protected]>
Link: https://lore.kernel.org/bpf/[email protected]
Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/tracing_struct.c')
0 files changed, 0 insertions, 0 deletions