diff options
author | Cupertino Miranda <cupertino.miranda@oracle.com> | 2024-05-07 15:22:20 +0300 |
---|---|---|
committer | Andrii Nakryiko <andrii@kernel.org> | 2024-05-08 00:41:00 +0300 |
commit | b2e086cb28aa358f7b5564888304908aff735827 (patch) | |
tree | e18c2e0d23aac8b9637d55b8ddf01a1ca28d950e /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 207cf6e649ee551ab3bdb1cfe1b2848e6a4337a5 (diff) | |
download | linux-b2e086cb28aa358f7b5564888304908aff735827.tar.xz |
selftests/bpf: Change functions definitions to support GCC
The test_xdp_noinline.c contains 2 functions that use more then 5
arguments. This patch collapses the 2 last arguments in an array.
Also in GCC and ipa_sra optimization increases the number of arguments
used in function encap_v4. This pass disables the optimization for that
particular file.
Signed-off-by: Cupertino Miranda <cupertino.miranda@oracle.com>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Acked-by: Yonghong Song <yonghong.song@linux.dev>
Link: https://lore.kernel.org/bpf/20240507122220.207820-3-cupertino.miranda@oracle.com
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions