diff options
| author | Lluís Vilanova | 2014-05-30 14:11:50 +0200 |
|---|---|---|
| committer | Stefan Hajnoczi | 2014-08-12 15:26:12 +0200 |
| commit | 707c8a98e4c42a559ad8d1ec0e77e28ffd666346 (patch) | |
| tree | b26f404ae1c05bd4ae5e01e7ff7fbcfffafa7446 /Makefile | |
| parent | trace: [tcg] Add 'tcg' event property (diff) | |
| download | qemu-707c8a98e4c42a559ad8d1ec0e77e28ffd666346.tar.gz qemu-707c8a98e4c42a559ad8d1ec0e77e28ffd666346.tar.xz qemu-707c8a98e4c42a559ad8d1ec0e77e28ffd666346.zip | |
trace: [tcg] Declare TCG tracing helper routines
Generates file "trace/generated-helpers.h" with TCG helper declarations to trace
events in guest code at execution time ('trace_${event}_exec_proxy').
Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -57,6 +57,8 @@ GENERATED_HEADERS += trace/generated-tracers-dtrace.h endif GENERATED_SOURCES += trace/generated-tracers.c +GENERATED_HEADERS += trace/generated-helpers.h + ifeq ($(findstring ust,$(TRACE_BACKENDS)),ust) GENERATED_HEADERS += trace/generated-ust-provider.h GENERATED_SOURCES += trace/generated-ust.c |
