commit | f4654226d42cff5351b5f0df5913c5cf04775cdc | [log] [tgz] |
---|---|---|
author | Lluís Vilanova <vilanova@ac.upc.edu> | Fri May 30 14:12:01 2014 +0200 |
committer | Stefan Hajnoczi <stefanha@redhat.com> | Tue Aug 12 14:26:12 2014 +0100 |
tree | 2f0cdf2aab1038150c1cb0465325b14d4b37bc30 | |
parent | 341ea69185239eeb7da73434ac2803790a429e9c [diff] |
trace: [tcg] Define TCG tracing helper routine wrappers 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>