qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v6 0/5] Fix UST backend for LTTng 2.x


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH v6 0/5] Fix UST backend for LTTng 2.x
Date: Thu, 30 Jan 2014 15:02:55 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

On Wed, Jan 29, 2014 at 10:47:53PM -0500, Mohamad Gebai wrote:
> Version 6
> 
> * Move ust specific code from tracetool/backend/events.py to
>   tracetool/backend/ust.py
> 
> Mohamad Gebai (5):
>   Fix configure script for LTTng 2.x
>   Modified the tracetool framework for LTTng 2.x
>   Adapt Makefiles to the new LTTng ust interface
>   Update documentation for LTTng ust tracing
>   Add ust generated files to .gitignore
> 
>  .gitignore                               |   2 +
>  Makefile                                 |   5 ++
>  configure                                |  20 ++++--
>  docs/tracing.txt                         |  36 +++++++++++
>  scripts/tracetool/backend/ust.py         | 101 
> ++++++++++++++-----------------
>  scripts/tracetool/format/ust_events_c.py |  30 +++++++++
>  scripts/tracetool/format/ust_events_h.py |  57 +++++++++++++++++
>  trace/Makefile.objs                      |  25 ++++++++
>  8 files changed, 215 insertions(+), 61 deletions(-)
>  create mode 100644 scripts/tracetool/format/ust_events_c.py
>  create mode 100644 scripts/tracetool/format/ust_events_h.py

Thanks for your efforts to bring the LTTng UST tracer back to life!

Applied to my tracing tree:
https://github.com/stefanha/qemu/commits/tracing

Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]