[Qemu-devel] [PATCH v4 05/10] trace: [tcg] Declare TCG tracing helper routines

2014-05-29 Thread Lluís Vilanova
Generate header trace/generated-helpers.h with the necessary TCG helper declarations for tracing events in guest code at execution time: * gen_helper_trace_${event}_exec Routine to transform mixed native and TCG argument types to TCG types and call TCG helper

Re: [Qemu-devel] [PATCH v4 05/10] trace: [tcg] Declare TCG tracing helper routines

2014-05-29 Thread Richard Henderson
On 05/29/2014 05:23 AM, Lluís Vilanova wrote: +'#ifdef HELPER_GEN_TRACE_PROXY', +'static inline void %(name)s(%(args)s)', +'{', +'%(code_new)s', +'%(proxy_name)s(%(tmp_names)s);', +'%(code_free)s', +