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 _______________________________________________ lttng-dev mailing list lttng-dev@lists.lttng.org https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev