diff options
author | 2023-04-17 18:01:31 +0200 | |
---|---|---|
committer | 2023-06-09 11:46:08 -0700 | |
commit | 443de903146e83c13ce43d4ad7ed470129aa348a (patch) | |
tree | cd88557eea95652218b65a7e544d77a1f8bae0ac /tools/perf/scripts/python/export-to-postgresql.py | |
parent | selftests/nolibc: syscall_args: use generic __NR_statx (diff) | |
download | wireguard-linux-443de903146e83c13ce43d4ad7ed470129aa348a.tar.xz wireguard-linux-443de903146e83c13ce43d4ad7ed470129aa348a.zip |
selftests/nolibc: reduce syscalls during space padding
Previously each space character used for alignment during test execution
was written in a single write() call.
This would make the output from strace fairly unreadable.
Coalesce all spaces into a single call to write().
Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Signed-off-by: Willy Tarreau <w@1wt.eu>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions