aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/futex-contention.py
diff options
context:
space:
mode:
authorJames Hilliard <[email protected]>2022-08-25 21:51:39 -0600
committerAndrii Nakryiko <[email protected]>2022-08-26 22:07:01 -0700
commitb05d64efbb21ad231516b44317af34d2b586cfc4 (patch)
treeee053e95928082cfbb37bf0029c025f1704bb0eb /tools/perf/scripts/python/futex-contention.py
parentab9ac19c4d0615fee40ec7d49fa16c9fd33f61f8 (diff)
selftests/bpf: Declare subprog_noise as static in tailcall_bpf2bpf4
Due to bpf_map_lookup_elem being declared static we need to also declare subprog_noise as static. Fixes the following error: progs/tailcall_bpf2bpf4.c:26:9: error: 'bpf_map_lookup_elem' is static but used in inline function 'subprog_noise' which is not static [-Werror] 26 | bpf_map_lookup_elem(&nop_table, &key); | ^~~~~~~~~~~~~~~~~~~ Signed-off-by: James Hilliard <[email protected]> Signed-off-by: Andrii Nakryiko <[email protected]> Acked-by: Song Liu <[email protected]> Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/futex-contention.py')
0 files changed, 0 insertions, 0 deletions