aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/check-perf-trace.py
diff options
context:
space:
mode:
authorWilly Tarreau <[email protected]>2022-02-07 17:23:47 +0100
committerPaul E. McKenney <[email protected]>2022-04-20 17:05:45 -0700
commit8d304a3740232f018fca19d529cbc8d13afac755 (patch)
tree46d1605d1ee407987d1ff525c2afefb4050fe4b1 /tools/perf/scripts/python/check-perf-trace.py
parent023033fe343cdf2ba83ab762f8de69241c7fc086 (diff)
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 <[email protected]> Signed-off-by: Paul E. McKenney <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions