qemu-e2k/scripts/tracetool
Lluís Vilanova 465830fbd9 trace: [tcg] Generate TCG tracing routines
Generate header "trace/generated-tcg-tracers.h" with the necessary routines for
tracing events in guest code:

* trace_${event}_tcg

  Convenience wrapper that calls the translation-time tracer
  'trace_${event}_trans', and calls 'gen_helper_trace_${event}_exec to
  generate the TCG code to later trace the event at execution time.

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] Generate TCG tracing 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