From: Michael Jeanson Date: Tue, 12 Feb 2019 16:51:05 +0000 (-0500) Subject: Add kernel namespace contexts X-Git-Tag: v2.12.0-rc1~288 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=40e14884a7f6606e387cdfa00f66d49a54cf311c;hp=40e14884a7f6606e387cdfa00f66d49a54cf311c Add kernel namespace contexts Add the following kernel namespace contexts: - cgroup_ns Cgroup root directory namespace: inode number of the current cgroup namespace in the proc filesystem. - ipc_ns System V IPC, POSIX message queues namespace: inode number of the current IPC namespace in the proc filesystem. - mnt_ns Mount points namespace: inode number of the current mount namespace in the proc filesystem. - net_ns Network devices, stacks, ports namespace: inode number of the current network namespace in the proc filesystem. - pid_ns Process IDs namespace: inode number of the current pid namespace in the proc filesystem. - user_ns User and group IDs namespace: inode number of the current user namespace in the proc filesystem. - uts_ns Hostname and NIS domain name namespace: inode number of the current uts namespace in the proc filesystem. Signed-off-by: Michael Jeanson Signed-off-by: Jérémie Galarneau ---