target/mips: Move TCG trace events to tcg/ sub directory
commit34b8ff25db3eff9c8c02371ac976b16389d0fcb7
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sun, 30 May 2021 07:02:16 +0000 (30 09:02 +0200)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Thu, 24 Jun 2021 14:48:07 +0000 (24 16:48 +0200)
treea8b019be97aeeff8ff05be4c2fb136cce517bf33
parent05d9d0359e6da7dc8255712d745d079a04fa5ae5
target/mips: Move TCG trace events to tcg/ sub directory

Commit a2b0a27d33e ("target/mips: Move TCG source files under
tcg/ sub directory") forgot to move the trace-event file.
As it only contains TCG events, move it for consistency.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20210617174323.2900831-4-f4bug@amsat.org>
meson.build
target/mips/tcg/trace-events [moved from target/mips/trace-events with 100% similarity]
target/mips/tcg/trace.h [new file with mode: 0644]
target/mips/tcg/translate.c
target/mips/trace.h [deleted file]