aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/scripting-engines/trace-event-python.c
diff options
context:
space:
mode:
authorHendrik Brueckner <[email protected]>2011-07-05 21:50:18 +0000
committerBenjamin Herrenschmidt <[email protected]>2011-07-19 15:13:05 +1000
commit8c2381af0d3ef62a681dac5a141b6dabb27bf2e1 (patch)
tree42cd8aaecca37a7fce9d81d20fcd78f9d86647b1 /tools/perf/util/scripting-engines/trace-event-python.c
parent63f21a56f1cc0b800a4c00349c59448f82473d19 (diff)
hvc_console: Improve tty/console put_chars handling
Currently, the hvc_console_print() function drops console output if the hvc backend's put_chars() returns 0. This patch changes this behavior to allow a retry through returning -EAGAIN. This change also affects the hvc_push() function. Both functions are changed to handle -EAGAIN and to retry the put_chars() operation. If a hvc backend returns -EAGAIN, the retry handling differs: - hvc_console_print() spins to write the complete console output. - hvc_push() behaves the same way as for returning 0. Now hvc backends can indirectly control the way how console output is handled through the hvc console layer. Signed-off-by: Hendrik Brueckner <[email protected]> Acked-by: Anton Blanchard <[email protected]> Cc: <[email protected]> Signed-off-by: Benjamin Herrenschmidt <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions