summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorKuniyuki Iwashima <kuniyu@google.com>2025-10-29 17:32:53 +0000
committerJakub Kicinski <kuba@kernel.org>2025-11-03 17:40:44 -0800
commit2214ca1ff6df1c1faab4fb95f0296b6d9bf6e1ee (patch)
treeea8680f552ecac4745387f624a5b13454d06cf82 /tools/perf/scripts/python/stackcollapse.py
parent209ff7af79bf495e6c3d300bf3dea6aeea973bc7 (diff)
downloadkernel-2214ca1ff6df1c1faab4fb95f0296b6d9bf6e1ee.tar.gz
mpls: Return early in mpls_label_ok().
When mpls_label_ok() returns false, it does not need to update *index. Let's remove is_ok and return early. Signed-off-by: Kuniyuki Iwashima <kuniyu@google.com> Reviewed-by: Guillaume Nault <gnault@redhat.com> Link: https://patch.msgid.link/20251029173344.2934622-2-kuniyu@google.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
shima 2023-06-19ipv6: rpl: Remove pskb(_may)?_pull() in ipv6_rpl_srh_rcv().Kuniyuki Iwashima 2023-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2023-06-06ipv6: rpl: Fix Route of Death.Kuniyuki Iwashima