hw/display/artist: Move trace event to draw_line()
commit5646bca36efe97a072550b783f62c7a164fe6ceb
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Fri, 14 Feb 2020 00:12:58 +0000 (14 01:12 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 18 Feb 2020 19:21:47 +0000 (18 11:21 -0800)
tree7f129ab1553a4ab7a00efc6b2a03d50d2d6a32af
parent6c599282f8ab382fe59f03a6cae755b89561a7b3
hw/display/artist: Move trace event to draw_line()

Instead of emitting the trace event before each call to
draw_line(), call it once at draw_line() entrance.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Acked-by: Sven Schnelle <svens@stackframe.org>
Message-Id: <20200214001303.12873-2-f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
hw/display/artist.c