diff options
author | 2025-04-16 10:06:12 -0700 | |
---|---|---|
committer | 2025-04-17 19:04:43 -0700 | |
commit | 1df4a945444f071a9c5e09580a485919c42d4de5 (patch) | |
tree | 17e401353f5203e954ab87d00c0c9c41a0d918c1 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | net: Delete the outer () duplicated of macro SOCK_SKB_CB_OFFSET definition (diff) | |
download | wireguard-linux-1df4a945444f071a9c5e09580a485919c42d4de5.tar.xz wireguard-linux-1df4a945444f071a9c5e09580a485919c42d4de5.zip |
trace: tcp: Add const qualifier to skb parameter in tcp_probe event
Change the tcp_probe tracepoint to accept a const struct sk_buff
parameter instead of a non-const one. This improves type safety and
better reflects that the skb is not modified within the tracepoint
implementation.
Signed-off-by: Breno Leitao <leitao@debian.org>
Reviewed-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Link: https://patch.msgid.link/20250416-tcp_probe-v1-1-1edc3c5a1cb8@debian.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions