All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v4 0/5] Fix UST backend for LTTng 2.x
@ 2013-10-18  6:39 Mohamad Gebai
  2013-10-18  6:39 ` [Qemu-devel] [PATCH v4 1/5] Fix configure script " Mohamad Gebai
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Mohamad Gebai @ 2013-10-18  6:39 UTC (permalink / raw)
  To: qemu-devel; +Cc: Mohamad Gebai, alex.bennee

Version 4

* Update documentation

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                         |   36 +++++++++++++
 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, 221 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

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2013-10-22  9:04 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-18  6:39 [Qemu-devel] [PATCH v4 0/5] Fix UST backend for LTTng 2.x Mohamad Gebai
2013-10-18  6:39 ` [Qemu-devel] [PATCH v4 1/5] Fix configure script " Mohamad Gebai
2013-10-18 14:05   ` Stefan Hajnoczi
2013-10-21 20:24     ` Mohamad Gebai
2013-10-22  9:03       ` Alex Bennée
2013-10-18  6:39 ` [Qemu-devel] [PATCH v4 2/5] Modified the tracetool framework " Mohamad Gebai
2013-10-18  6:39 ` [Qemu-devel] [PATCH v4 3/5] Adapt Makefiles to the new LTTng ust interface Mohamad Gebai
2013-10-18 14:10   ` Stefan Hajnoczi
2013-10-18  6:39 ` [Qemu-devel] [PATCH v4 4/5] Update documentation for LTTng ust tracing Mohamad Gebai
2013-10-18 14:02   ` Stefan Hajnoczi
2013-10-18  6:39 ` [Qemu-devel] [PATCH v4 5/5] Add ust generated files to .gitignore Mohamad Gebai
2013-10-18  8:37 ` [Qemu-devel] [PATCH v4 0/5] Fix UST backend for LTTng 2.x Alex Bennée

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.