]> git.proxmox.com Git - mirror_qemu.git/commit
tracing: excise the tcg related from tracetool
authorAlex Bennée <alex.bennee@linaro.org>
Fri, 4 Feb 2022 20:43:29 +0000 (20:43 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 9 Feb 2022 12:08:42 +0000 (12:08 +0000)
commit126d4123c50a78a99e04196126d42627911ef5b8
tree672067b2537a2709d865e00ddd1ce56bd7457e9f
parentd201cf7a7323521a2abe4771298579673371a3cc
tracing: excise the tcg related from tracetool

Now we have no TCG trace events and no longer handle them in the code
we can remove the handling from the tracetool to generate them. vcpu
tracing is still available although the existing syscall event is an
exercise in redundancy (plugins and -strace can also get the
information).

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Cc: Luis Vilanova <vilanova@imperial.ac.uk>
Cc: Stefan Hajnoczi <stefanha@redhat.com>
Message-Id: <20220204204335.1689602-21-alex.bennee@linaro.org>
include/exec/helper-gen.h
meson.build
scripts/tracetool/__init__.py
scripts/tracetool/format/tcg_h.py [deleted file]
scripts/tracetool/format/tcg_helper_c.py [deleted file]
scripts/tracetool/format/tcg_helper_h.py [deleted file]
scripts/tracetool/format/tcg_helper_wrapper_h.py [deleted file]
scripts/tracetool/vcpu.py
trace/meson.build