diff options
author | Yu Tian <tianyu2@kernelsoft.com> | 2024-12-31 10:36:10 +0800 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2025-01-02 17:17:40 -0800 |
commit | 5df7ca0b827dac9fc44b42a4b695adcaa6d07ffb (patch) | |
tree | c13b506188d76d4830cb1da6d3a90f45cec52619 /tools/perf/scripts/python/stackcollapse.py | |
parent | bb70b0d48d8eab20644ca0101fedfe23f8a26c59 (diff) |
ipv4: remove useless arg
The "struct sock *sk" parameter in ip_rcv_finish_core is unused, which
leads the compiler to optimize it out. As a result, the
"struct sk_buff *skb" parameter is passed using x1. And this make kprobe
hard to use.
Signed-off-by: Yu Tian <tianyu2@kernelsoft.com>
Link: https://patch.msgid.link/20241231023610.1657926-1-tianyu2@kernelsoft.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions