]> git.proxmox.com Git - mirror_qemu.git/commit - Makefile.objs
trace: [tcg] Define TCG tracing helper routines
authorLluís Vilanova <vilanova@ac.upc.edu>
Fri, 30 May 2014 12:11:56 +0000 (14:11 +0200)
committerStefan Hajnoczi <stefanha@redhat.com>
Tue, 12 Aug 2014 13:26:12 +0000 (14:26 +0100)
commit341ea69185239eeb7da73434ac2803790a429e9c
tree3803d2f7c4c9b7aeb3295f021103e3f7f3966f52
parent707c8a98e4c42a559ad8d1ec0e77e28ffd666346
trace: [tcg] Define TCG tracing helper routines

Generates file "trace/generated-helpers.c" with TCG helper definitions to trace
events in guest code at execution time.

The helpers ('helper_trace_${event}_exec_proxy') cast the TCG-compatible native
argument types to their original types (as defined in "trace-events") and call
the tracing routine ('trace_${event}_exec').

Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
.gitignore
Makefile
Makefile.objs
Makefile.target
scripts/tracetool/format/tcg_helper_c.py [new file with mode: 0644]
trace/Makefile.objs