Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging
Tracing pull request * remotes/stefanha/tags/tracing-pull-request: virtio-rng: add some trace events trace: add some tcg tracing support trace: teach lttng backend to use format strings trace: [tcg] Include TCG-tracing header on all targets trace: [tcg] Include event definitions in "trace.h" trace: [tcg] Generate TCG tracing routines trace: [tcg] Include TCG-tracing helpers trace: [tcg] Define TCG tracing helper routine wrappers trace: [tcg] Define TCG tracing helper routines trace: [tcg] Declare TCG tracing helper routines trace: [tcg] Add 'tcg' event property trace: [tcg] Argument type transformation machinery trace: [tcg] Argument type transformation rules trace: [tcg] Add documentation trace: install simpletrace SystemTap tapset simpletrace: add simpletrace.py --no-header option trace: add tracetool simpletrace_stap format trace: extract stap_escape() function for reuse Conflicts: Makefile.objs
No related branches found
No related tags found
Showing
- .gitignore 4 additions, 0 deletions.gitignore
- Makefile 6 additions, 0 deletionsMakefile
- Makefile.objs 6 additions, 1 deletionMakefile.objs
- Makefile.target 14 additions, 1 deletionMakefile.target
- cpu-exec.c 6 additions, 0 deletionscpu-exec.c
- docs/tracing.txt 40 additions, 0 deletionsdocs/tracing.txt
- hw/virtio/virtio-rng.c 6 additions, 0 deletionshw/virtio/virtio-rng.c
- include/exec/helper-gen.h 2 additions, 0 deletionsinclude/exec/helper-gen.h
- include/exec/helper-proto.h 1 addition, 0 deletionsinclude/exec/helper-proto.h
- include/exec/helper-tcg.h 1 addition, 0 deletionsinclude/exec/helper-tcg.h
- include/trace-tcg.h 7 additions, 0 deletionsinclude/trace-tcg.h
- include/trace.h 1 addition, 0 deletionsinclude/trace.h
- scripts/simpletrace.py 17 additions, 7 deletionsscripts/simpletrace.py
- scripts/tracetool/__init__.py 98 additions, 7 deletionsscripts/tracetool/__init__.py
- scripts/tracetool/format/events_h.py 5 additions, 0 deletionsscripts/tracetool/format/events_h.py
- scripts/tracetool/format/simpletrace_stap.py 71 additions, 0 deletionsscripts/tracetool/format/simpletrace_stap.py
- scripts/tracetool/format/stap.py 8 additions, 3 deletionsscripts/tracetool/format/stap.py
- scripts/tracetool/format/tcg_h.py 57 additions, 0 deletionsscripts/tracetool/format/tcg_h.py
- scripts/tracetool/format/tcg_helper_c.py 50 additions, 0 deletionsscripts/tracetool/format/tcg_helper_c.py
- scripts/tracetool/format/tcg_helper_h.py 50 additions, 0 deletionsscripts/tracetool/format/tcg_helper_h.py
Loading
Please register or sign in to comment