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

Generates file "trace/generated-helpers.h" with TCG helper declarations to trace
events in guest code at execution time ('trace_${event}_exec_proxy').

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