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 via email to