]> git.proxmox.com Git - mirror_qemu.git/commit
trace: [tcg] Generate TCG tracing routines
authorLluís Vilanova <vilanova@ac.upc.edu>
Fri, 30 May 2014 12:12:13 +0000 (14:12 +0200)
committerStefan Hajnoczi <stefanha@redhat.com>
Tue, 12 Aug 2014 13:26:12 +0000 (14:26 +0100)
commit465830fbd9be22995b34d7b3f8cd35572e1f8a36
tree7e391213bdc5e2b018c7fdff5b0a87d23bada6a8
parent76b53aa32457e63957540d99149901989c075d3c
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>
.gitignore
Makefile
include/trace-tcg.h [new file with mode: 0644]
scripts/tracetool/format/tcg_h.py [new file with mode: 0644]
trace/Makefile.objs