summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorYu Tian <tianyu2@kernelsoft.com>2024-12-31 10:36:10 +0800
committerJakub Kicinski <kuba@kernel.org>2025-01-02 17:17:40 -0800
commit5df7ca0b827dac9fc44b42a4b695adcaa6d07ffb (patch)
treec13b506188d76d4830cb1da6d3a90f45cec52619 /tools/perf/scripts/python/stackcollapse.py
parentbb70b0d48d8eab20644ca0101fedfe23f8a26c59 (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