qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Mohamad Gebai <mohamad.gebai@gmail.com>
To: qemu-devel@nongnu.org
Cc: Mohamad Gebai <mohamad.gebai@polymtl.ca>, alex.bennee@linaro.org
Subject: [Qemu-devel] [RFC PATCH v3 0/5] Fix UST backend for LTTng 2.x
Date: Mon, 14 Oct 2013 14:35:49 -0400	[thread overview]
Message-ID: <1381775755-8421-1-git-send-email-mohamad.gebai@polymtl.ca> (raw)

Version 3

* Change component name to avoid potential namespace collision with another
  project.
* Update ust documentation in docs/tracing.txt.
* Add ust generated files to .gitignore.

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                                |    9 ++--
 docs/tracing.txt                         |   31 +++++++++++
 scripts/tracetool/backend/events.py      |   44 ++++++++++++++++
 scripts/tracetool/backend/ust.py         |   82 ++++++------------------------
 scripts/tracetool/format/ust_events_c.py |   30 +++++++++++
 scripts/tracetool/format/ust_events_h.py |   57 +++++++++++++++++++++
 trace/Makefile.objs                      |   29 ++++++++++-
 9 files changed, 216 insertions(+), 73 deletions(-)
 create mode 100644 scripts/tracetool/format/ust_events_c.py
 create mode 100644 scripts/tracetool/format/ust_events_h.py

-- 
1.7.10.4

             reply	other threads:[~2013-10-14 18:36 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-14 18:35 Mohamad Gebai [this message]
2013-10-14 18:35 ` [Qemu-devel] [RFC PATCH v3 1/5] Fix configure script for LTTng 2.x Mohamad Gebai
2013-10-16 12:06   ` Alex Bennée
2013-10-14 18:35 ` [Qemu-devel] [RFC PATCH v3 2/5] Modified the tracetool framework " Mohamad Gebai
2013-10-16 12:06   ` Alex Bennée
2013-10-14 18:35 ` [Qemu-devel] [RFC PATCH v3 3/5] Adapt Makefiles to the new LTTng ust interface Mohamad Gebai
2013-10-16 12:08   ` Alex Bennée
2013-10-17  1:04     ` Mohamad Gebai
2013-10-14 18:35 ` [Qemu-devel] [RFC PATCH v3 4/5] Update documentation for LTTng ust tracing Mohamad Gebai
2013-10-15 11:21   ` Alex Bennée
2013-10-15 16:07     ` Mohamad Gebai
2013-10-16 12:05       ` Alex Bennée
2013-10-17  1:02         ` Mohamad Gebai
2013-10-17  9:20           ` Alex Bennée
2013-10-18  6:38             ` Mohamad Gebai
2013-10-14 18:35 ` [Qemu-devel] [RFC PATCH v3 5/5] Add ust generated files to .gitignore Mohamad Gebai
2013-10-16 12:08   ` Alex Bennée

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1381775755-8421-1-git-send-email-mohamad.gebai@polymtl.ca \
    --to=mohamad.gebai@gmail.com \
    --cc=alex.bennee@linaro.org \
    --cc=mohamad.gebai@polymtl.ca \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).