summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/netdev-times.py
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2024-10-24 03:18:02 +0900
committerMasahiro Yamada <masahiroy@kernel.org>2024-11-06 08:46:34 +0900
commita914032b71f0a74e9c9114ff9be8babb55bbca67 (patch)
treefd8592020052440baf284b13adc00ef38f3a75ee /tools/perf/scripts/python/netdev-times.py
parentbce590f1020742d81e9fbfe3b045538973111c11 (diff)
downloadkernel-a914032b71f0a74e9c9114ff9be8babb55bbca67.tar.gz
kconfig: qconf: refactor ConfigInfoView::clicked()
Most of the code in ConfigInfoView::clicked() is unnecessary. There is no need to use the regular expression to search for a symbol. Calling sym_find() is simpler and faster. The hyperlink always begins with the "s" tag, and there is no other tag used. Remove it. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions
inux/exportfs.h?h=linux-6.12.y&id=472a2abb7af5067c45db25fb59c17e828af07886'>Merge tag 'flex-array-transformations-6.3-rc1' of git://git.kernel.org/pub/sc...Linus Torvalds 2023-01-26nfsd: remove fetch_iversion export operationJeff Layton 2023-01-05exportfs: Replace zero-length array with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva