qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v5 0/5] Fix UST backend for LTTng 2.x
@ 2013-10-25  0:46 Mohamad Gebai
  2013-10-25  0:46 ` [Qemu-devel] [PATCH v5 1/5] Fix configure script " Mohamad Gebai
                   ` (6 more replies)
  0 siblings, 7 replies; 16+ messages in thread
From: Mohamad Gebai @ 2013-10-25  0:46 UTC (permalink / raw)
  To: qemu-devel; +Cc: stefanha, Mohamad Gebai, alex.bennee

Version 5

* Use pkg-config for lttng-ust and urcu-bp libraries in configure (hard-coded
  libraries as a fallback)
* s/Qemu/QEMU in docs/tracing.txt
* Better dependencies for ust-generated files in trace/Makefile.obj

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/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                      | 25 ++++++++++
 9 files changed, 230 insertions(+), 71 deletions(-)
 create mode 100644 scripts/tracetool/format/ust_events_c.py
 create mode 100644 scripts/tracetool/format/ust_events_h.py

-- 
1.8.4.rc3

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

end of thread, other threads:[~2014-01-14 13:35 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-25  0:46 [Qemu-devel] [PATCH v5 0/5] Fix UST backend for LTTng 2.x Mohamad Gebai
2013-10-25  0:46 ` [Qemu-devel] [PATCH v5 1/5] Fix configure script " Mohamad Gebai
2013-10-25 13:18   ` Alex Bennée
2013-10-25 13:50     ` Mohamad Gebai
2013-10-25 14:33       ` Alex Bennée
2013-10-25 16:22         ` Mohamad Gebai
2014-01-14 13:34   ` Stefan Hajnoczi
2013-10-25  0:46 ` [Qemu-devel] [PATCH v5 2/5] Modified the tracetool framework " Mohamad Gebai
2014-01-14 13:33   ` Stefan Hajnoczi
2013-10-25  0:46 ` [Qemu-devel] [PATCH v5 3/5] Adapt Makefiles to the new LTTng ust interface Mohamad Gebai
2013-10-25  0:46 ` [Qemu-devel] [PATCH v5 4/5] Update documentation for LTTng ust tracing Mohamad Gebai
2013-10-25 11:23   ` Alex Bennée
2013-10-25  0:46 ` [Qemu-devel] [PATCH v5 5/5] Add ust generated files to .gitignore Mohamad Gebai
2013-11-04 16:41 ` [Qemu-devel] [PATCH v5 0/5] Fix UST backend for LTTng 2.x Alex Bennée
2013-12-11  1:45   ` Mohamad Gebai
2014-01-14 13:35 ` Stefan Hajnoczi

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).