diff options
author | Jiri Slaby <[email protected]> | 2020-10-29 12:32:22 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2020-11-04 16:43:39 +0100 |
commit | c35f638fc2adbb9c439ce68b559d406387cbdbe8 (patch) | |
tree | 8704546ea269b8f36514e01ec607f054929f1729 /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/SchedGui.py | |
parent | 2389cdc36007ba28ebe6640d7dd5e3494318a909 (diff) |
vt: keyboard, use tty_insert_flip_string in puts_queue
'puts_queue' currently loops over characters and employs the full tty
buffer machinery for every character. Do the buffer allocation only once
and copy all the character at once. This is achieved using
tty_insert_flip_string instead of loop+tty_insert_flip_char.
Signed-off-by: Jiri Slaby <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/SchedGui.py')
0 files changed, 0 insertions, 0 deletions