qemu-e2k/trace
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
..
Makefile.objs trace: [tcg] Generate TCG tracing routines 2014-08-12 14:26:12 +01:00
control-internal.h trace: Multi-backend tracing 2014-06-09 15:43:40 +02:00
control.c trace: Replace fprintf with error_report and print location 2014-06-09 15:43:40 +02:00
control.h trace: Multi-backend tracing 2014-06-09 15:43:40 +02:00
event-internal.h trace: Provide a generic tracing event descriptor 2013-03-28 14:19:57 +01:00
ftrace.c trace: Multi-backend tracing 2014-06-09 15:43:40 +02:00
ftrace.h trace: Multi-backend tracing 2014-06-09 15:43:40 +02:00
simple.c glib-compat.h: add new thread API emulation on top of pre-2.31 API 2014-06-10 07:44:01 +02:00
simple.h trace: Multi-backend tracing 2014-06-09 15:43:40 +02:00