[lttng-dev] [PATCH lttng-tools 0/4] Initial tools namespace support

Michael Jeanson mjeanson at efficios.com
Tue Mar 6 15:53:48 EST 2018


This patch set implements namespace related contexts and statedump
events which will be required to add Linux containers support in
our control and analysis tools.

To test this you'll need the corresponding lttng-modules and lttng-ust
patchset.

Michael Jeanson (4):
  RFC: Add kernel namespace contexts
  RFC: Add userspace namespace contexts
  RFC: Add kernel uid/gid contexts
  RFC: Add userspace uid/gid contexts

 include/lttng/event.h                  | 19 +++++++
 src/bin/lttng-sessiond/context.c       | 57 ++++++++++++++++++++
 src/bin/lttng-sessiond/save.c          | 96 ++++++++++++++++++++++++++++++++++
 src/bin/lttng-sessiond/trace-ust.c     | 39 ++++++++++++++
 src/bin/lttng/commands/add_context.c   | 38 ++++++++++++++
 src/common/config/config-session-abi.h | 19 +++++++
 src/common/config/session-config.c     | 76 +++++++++++++++++++++++++++
 src/common/lttng-kernel.h              | 19 +++++++
 8 files changed, 363 insertions(+)

-- 
2.7.4



More information about the lttng-dev mailing list