summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/event_analyzing_sample.py
diff options
context:
space:
mode:
authorJonathan Corbet <corbet@lwn.net>2025-06-27 12:39:55 -0600
committerJonathan Corbet <corbet@lwn.net>2025-07-01 13:11:58 -0600
commit08cd655e5b1ffaaac20724ce56ce543be41f300a (patch)
tree13744c7d230765654fdfaa48fdc29c68f2eccf2f /tools/perf/scripts/python/event_analyzing_sample.py
parent1e2a79ca39ae33f1da347692c8a0573e120da511 (diff)
downloadkernel-08cd655e5b1ffaaac20724ce56ce543be41f300a.tar.gz
docs: kdoc: remove a bit of dead code
The type_param regex matches "@..." just fine, so the special-case branch for that in dump_section() is never executed. Just remove it. Reviewed-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/20250627184000.132291-4-corbet@lwn.net
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions
p_err_finish()Jules Irenge 2019-12-09sctp: get netns from asoc and ep baseXin Long 2019-11-23sctp: cache netns in sctp_ep_commonXin Long 2019-10-09net: silence KCSAN warnings around sk_add_backlog() callsEric Dumazet 2019-10-09sctp: add chunks to sk_backlog when the newsk sk_socket is not setXin Long 2019-10-01netfilter: drop bridge nf reset from nf_resetFlorian Westphal 2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104Thomas Gleixner 2018-11-12sctp: add sock_reuseport for the sock in __sctp_hash_endpointXin Long 2018-11-12sctp: do reuseport_select_sock in __sctp_rcv_lookup_endpointXin Long 2018-11-08net: Convert protocol error handlers from void to intStefano Brivio 2018-10-15sctp: use the pmtu from the icmp packet to update transport pathmtuXin Long