aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts.py
diff options
context:
space:
mode:
authorMaciej Fijalkowski <[email protected]>2022-06-29 16:34:55 +0200
committerDaniel Borkmann <[email protected]>2022-06-30 22:48:57 +0200
commit24d2e5d9da608445e2e5c2c9ab5cf418f0fc4612 (patch)
tree9508b2cf95d1c6147e323f095375e3b78dbd88c8 /tools/perf/scripts/python/syscall-counts.py
parent6d304871e3ef4c339c06aa9b4ab55b6c77642884 (diff)
selftests/xsk: Avoid bpf_link probe for existing xsk
Currently bpf_link probe is done for each call of xsk_socket__create(). For cases where xsk context was previously created and current socket creation uses it, has_bpf_link will be overwritten, where it has already been initialized. Optimize this by moving the query to the xsk_create_ctx() so that when xsk_get_ctx() finds a ctx then no further bpf_link probes are needed. Signed-off-by: Maciej Fijalkowski <[email protected]> Signed-off-by: Daniel Borkmann <[email protected]> Acked-by: Magnus Karlsson <[email protected]> Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions