trace: fix tcg tracing build breakage
Commit 0ab8ed18 ("trace: switch to modular code generation for sub-directories") forgot to convert "tcg" trace events to the modular code generation approach where each sub-directory has its own trace-events file. This patch fixes compilation for "tcg" trace events. Currently they are only used in the root ./trace-events file. "tcg" trace events can only be used in the root ./trace-events file for the time being. Reported-by:Peter Maydell <peter.maydell@linaro.org> Tested-by:
Emilio G. Cota <cota@braap.org> Signed-off-by:
Stefan Hajnoczi <stefanha@redhat.com> Message-id: 20170327131718.18268-1-stefanha@redhat.com Suggested-by:
Emilio G. Cota <cota@braap.org> Signed-off-by:
Stefan Hajnoczi <stefanha@redhat.com>
Showing
- docs/tracing.txt 3 additions, 0 deletionsdocs/tracing.txt
- scripts/tracetool/format/tcg_h.py 1 addition, 0 deletionsscripts/tracetool/format/tcg_h.py
- scripts/tracetool/format/tcg_helper_c.py 1 addition, 0 deletionsscripts/tracetool/format/tcg_helper_c.py
- trace/Makefile.objs 8 additions, 8 deletionstrace/Makefile.objs
Please register or sign in to comment