accel/tcg: Inline dump_opcount_info() and remove it
commitea7c4527832ebe11e5f9349489e6c2784a27db69
authorBernhard Beschow <shentey@gmail.com>
Fri, 20 May 2022 18:01:08 +0000 (20 20:01 +0200)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sat, 11 Jun 2022 21:50:35 +0000 (11 23:50 +0200)
tree03cd89fd49047cc5396320e0c711b5ac3fa9b46d
parentc304d11f45777eba014c394e09f8a9aacf2a928d
accel/tcg: Inline dump_opcount_info() and remove it

dump_opcount_info() is a one-line wrapper around tcg_dump_op_count()
which is also exported. So use the latter directly.

Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Acked-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Message-Id: <20220520180109.8224-10-shentey@gmail.com>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
accel/tcg/cpu-exec.c
accel/tcg/translate-all.c
include/exec/cpu-all.h