[PULL 00/11] Tracing patches

Stefan Hajnoczi posted 11 patches 3 years, 2 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210201154703.180022-1-stefanha@redhat.com
There is a newer version of this series
docs/devel/index.rst                    |   1 +
docs/devel/{tracing.txt => tracing.rst} | 248 ++++++++++++++----------
meson.build                             |  28 ++-
include/qemu/error-report.h             |   2 +-
softmmu/vl.c                            |   2 +-
util/qemu-error.c                       |   4 +-
scripts/simpletrace.py                  |   4 +-
scripts/tracetool/backend/log.py        |  19 +-
scripts/tracetool/format/log_stap.py    |   8 +-
trace/meson.build                       |  21 +-
10 files changed, 216 insertions(+), 121 deletions(-)
rename docs/devel/{tracing.txt => tracing.rst} (72%)
[PULL 00/11] Tracing patches
Posted by Stefan Hajnoczi 3 years, 2 months ago
The following changes since commit 74208cd252c5da9d867270a178799abd802b9338:

  Merge remote-tracking branch 'remotes/berrange-gitlab/tags/misc-fixes-pull-request' into staging (2021-01-29 19:51:25 +0000)

are available in the Git repository at:

  https://gitlab.com/stefanha/qemu.git tags/tracing-pull-request

for you to fetch changes up to 0dfb3ca73c54fc105ab78e37e31ab05bed1360aa:

  trace: update docs with meson build information (2021-02-01 11:23:04 +0000)

----------------------------------------------------------------
Pull request

----------------------------------------------------------------

Daniel P. Berrangé (1):
  tracetool: also strip %l and %ll from systemtap format strings

Laurent Vivier (1):
  tracetool: fix "PRI" macro decoding

Stefan Hajnoczi (8):
  trace: fix simpletrace doc mismerge
  tracing: convert documentation to rST
  trace: recommend "log" backend for getting started with tracing
  trace: add meson custom_target() depend_files for tracetool
  error: rename error_with_timestamp to message_with_timestamp
  trace: make the 'log' backend timestamp configurable
  trace: document how to specify multiple --trace patterns
  trace: update docs with meson build information

Volker Rümelin (1):
  simpletrace: build() missing 2 required positional arguments

 docs/devel/index.rst                    |   1 +
 docs/devel/{tracing.txt => tracing.rst} | 248 ++++++++++++++----------
 meson.build                             |  28 ++-
 include/qemu/error-report.h             |   2 +-
 softmmu/vl.c                            |   2 +-
 util/qemu-error.c                       |   4 +-
 scripts/simpletrace.py                  |   4 +-
 scripts/tracetool/backend/log.py        |  19 +-
 scripts/tracetool/format/log_stap.py    |   8 +-
 trace/meson.build                       |  21 +-
 10 files changed, 216 insertions(+), 121 deletions(-)
 rename docs/devel/{tracing.txt => tracing.rst} (72%)

-- 
2.29.2

Re: [PULL 00/11] Tracing patches
Posted by Peter Maydell 3 years, 2 months ago
On Mon, 1 Feb 2021 at 15:48, Stefan Hajnoczi <stefanha@redhat.com> wrote:
>
> The following changes since commit 74208cd252c5da9d867270a178799abd802b9338:
>
>   Merge remote-tracking branch 'remotes/berrange-gitlab/tags/misc-fixes-pull-request' into staging (2021-01-29 19:51:25 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/stefanha/qemu.git tags/tracing-pull-request
>
> for you to fetch changes up to 0dfb3ca73c54fc105ab78e37e31ab05bed1360aa:
>
>   trace: update docs with meson build information (2021-02-01 11:23:04 +0000)
>
> ----------------------------------------------------------------
> Pull request
>
> ----------------------------------------------------------------


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/6.0
for any user-visible changes.

-- PMM