aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/flamegraph.py
diff options
context:
space:
mode:
authorWilly Tarreau <w@1wt.eu>2022-02-07 17:23:47 +0100
committerPaul E. McKenney <paulmck@kernel.org>2022-04-20 17:05:45 -0700
commit8d304a3740232f018fca19d529cbc8d13afac755 (patch)
tree46d1605d1ee407987d1ff525c2afefb4050fe4b1 /tools/perf/scripts/python/flamegraph.py
parenttools/nolibc/types: define PATH_MAX and MAXPATHLEN (diff)
downloadlinux-8d304a3740232f018fca19d529cbc8d13afac755.tar.gz
linux-8d304a3740232f018fca19d529cbc8d13afac755.zip
tools/nolibc/string: export memset() and memmove()
"clang -Os" and "gcc -Ofast" without -ffreestanding may ignore memset() and memmove(), hoping to provide their builtin equivalents, and finally not find them. Thus we must export these functions for these rare cases. Note that as they're set in their own sections, they will be eliminated by the linker if not used. In addition, they do not prevent gcc from identifying them and replacing them with the shorter "rep movsb" or "rep stosb" when relevant. Signed-off-by: Willy Tarreau <w@1wt.eu> Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions
aolo Abeni3-3/+28 2020-11-04mptcp: use _fast lock version in __mptcp_move_skbsFlorian Westphal1-2/+3 2020-11-04mptcp: adjust mptcp receive buffer limit if subflow has larger oneFlorian Westphal1-5/+22 2020-11-04enetc: Remove Tx checksumming offload codeClaudiu Manoil5-91/+32 2020-11-04dpaa_eth: use false and true for bool variablesZou Wei1-2/+2 2020-11-04net: phy: adin: implement cable-test supportAlexandru Ardelean1-0/+138 2020-11-04net: phy: adin: disable diag clock & disable standby mode in config_anegAlexandru Ardelean1-2/+10 2020-11-04selftests: net: bridge: add test for mldv2 *,g auto-addNikolay Aleksandrov1-1/+30 2020-11-04selftests: net: bridge: add test for mldv2 exclude timeoutNikolay Aleksandrov1-1/+47 2020-11-04selftests: net: bridge: add test for mldv2 exc -> block reportNikolay Aleksandrov1-1/+30 2020-11-04selftests: net: bridge: add test for mldv2 inc -> block reportNikolay Aleksandrov1-1/+36 2020-11-04selftests: net: bridge: add test for mldv2 exc -> to_exclude reportNikolay Aleksandrov1-1/+29 2020-11-04selftests: net: bridge: add test for mldv2 exc -> is_exclude reportNikolay Aleksandrov1-1/+30 2020-11-04selftests: net: bridge: add test for mldv2 exc -> is_include reportNikolay Aleksandrov1-1/+29 2020-11-04selftests: net: bridge: add test for mldv2 exc -> allow reportNikolay Aleksandrov1-1/+29 2020-11-04selftests: net: bridge: add test for mldv2 inc -> to_exclude reportNikolay Aleksandrov1-1/+55 2020-11-04selftests: net: bridge: add test for mldv2 inc -> is_exclude reportNikolay Aleksandrov1-1/+53 2020-11-04selftests: net: bridge: add test for mldv2 inc -> is_include reportNikolay Aleksandrov1-1/+28 2020-11-04selftests: net: bridge: add test for mldv2 inc -> allow reportNikolay Aleksandrov1-1/+28