All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH lttng-ust 0/2] RFC: Initial ust namespace support
@ 2018-03-06 20:53 Michael Jeanson
  0 siblings, 0 replies; only message in thread
From: Michael Jeanson @ 2018-03-06 20:53 UTC (permalink / raw)
  To: lttng-dev

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-tools patchset.

Michael Jeanson (2):
  RFC: Add userspace namespace contexts
  RFC: Add userspace vuid/vgid contexts

 include/lttng/ust-abi.h                |  13 ++
 include/lttng/ust-events.h             |  26 ++++
 include/lttng/ust.h                    |  10 ++
 liblttng-ust-fork/ustfork.c            | 250 +++++++++++++++++++++++++++++++++
 liblttng-ust/Makefile.am               |  13 ++
 liblttng-ust/lttng-context-cgroup-ns.c | 144 +++++++++++++++++++
 liblttng-ust/lttng-context-ipc-ns.c    | 144 +++++++++++++++++++
 liblttng-ust/lttng-context-mnt-ns.c    | 144 +++++++++++++++++++
 liblttng-ust/lttng-context-net-ns.c    | 144 +++++++++++++++++++
 liblttng-ust/lttng-context-pid-ns.c    | 122 ++++++++++++++++
 liblttng-ust/lttng-context-user-ns.c   | 144 +++++++++++++++++++
 liblttng-ust/lttng-context-uts-ns.c    | 144 +++++++++++++++++++
 liblttng-ust/lttng-context-vegid.c     | 123 ++++++++++++++++
 liblttng-ust/lttng-context-veuid.c     | 123 ++++++++++++++++
 liblttng-ust/lttng-context-vgid.c      | 123 ++++++++++++++++
 liblttng-ust/lttng-context-vsgid.c     | 129 +++++++++++++++++
 liblttng-ust/lttng-context-vsuid.c     | 130 +++++++++++++++++
 liblttng-ust/lttng-context-vuid.c      | 123 ++++++++++++++++
 liblttng-ust/lttng-context.c           |  65 +++++++++
 liblttng-ust/lttng-events.c            |  26 ++++
 liblttng-ust/lttng-tracer-core.h       |  14 ++
 liblttng-ust/lttng-ust-comm.c          |  91 ++++++++++++
 22 files changed, 2245 insertions(+)
 create mode 100644 liblttng-ust/lttng-context-cgroup-ns.c
 create mode 100644 liblttng-ust/lttng-context-ipc-ns.c
 create mode 100644 liblttng-ust/lttng-context-mnt-ns.c
 create mode 100644 liblttng-ust/lttng-context-net-ns.c
 create mode 100644 liblttng-ust/lttng-context-pid-ns.c
 create mode 100644 liblttng-ust/lttng-context-user-ns.c
 create mode 100644 liblttng-ust/lttng-context-uts-ns.c
 create mode 100644 liblttng-ust/lttng-context-vegid.c
 create mode 100644 liblttng-ust/lttng-context-veuid.c
 create mode 100644 liblttng-ust/lttng-context-vgid.c
 create mode 100644 liblttng-ust/lttng-context-vsgid.c
 create mode 100644 liblttng-ust/lttng-context-vsuid.c
 create mode 100644 liblttng-ust/lttng-context-vuid.c

-- 
2.7.4

_______________________________________________
lttng-dev mailing list
lttng-dev@lists.lttng.org
https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-03-06 20:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-06 20:53 [PATCH lttng-ust 0/2] RFC: Initial ust namespace support Michael Jeanson

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.