summary refs log tree commit diff stats
path: root/scripts/tracetool/format/tcg_helper_wrapper_h.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* trace: [tcg] Define TCG tracing helper routine wrappersLluís Vilanova2014-08-121-0/+70
Generates header "trace/generated-helpers-wrappers.h" with definitions for TCG helper wrappers. These wrappers ('gen_helper_trace_${event}_exec_wrapper') transform mixed native and TCG argument types to TCG types and call the actual TCG helpers ('gen_helper_trace_${event}_exec_proxy'). Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>