qemu-e2k/scripts/tracetool
Lluís Vilanova 341ea69185 trace: [tcg] Define TCG tracing helper routines
Generates file "trace/generated-helpers.c" with TCG helper definitions to trace
events in guest code at execution time.

The helpers ('helper_trace_${event}_exec_proxy') cast the TCG-compatible native
argument types to their original types (as defined in "trace-events") and call
the tracing routine ('trace_${event}_exec').

Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
2014-08-12 14:26:12 +01:00
..
backend trace: Multi-backend tracing 2014-06-09 15:43:40 +02:00
format trace: [tcg] Define TCG tracing helper routines 2014-08-12 14:26:12 +01:00
__init__.py trace: [tcg] Declare TCG tracing helper routines 2014-08-12 14:26:12 +01:00
transform.py trace: [tcg] Argument type transformation rules 2014-08-12 14:26:11 +01:00