summary refs log tree commit diff stats
path: root/scripts/tracetool/format/tcg_helper_h.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* trace: [tcg] Declare TCG tracing helper routinesLluís Vilanova2014-08-121-0/+50
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>