From: Michael Jeanson Date: Tue, 12 Feb 2019 16:51:55 +0000 (-0500) Subject: Add UST uid/gid contexts X-Git-Tag: v2.12.0-rc1~285 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=4fc59cb88dd740e9b0d48c533393580229ceef66;hp=4fc59cb88dd740e9b0d48c533393580229ceef66 Add UST uid/gid contexts Add the following userspace tracer context fields: - vuid Virtual real user ID: real user ID as seen from the point of view of the current user namespace - veuid Virtual effective user ID: effective user ID as seen from the point of view of the current user namespace - vsuid Virtual saved set-user ID: saved set-user ID as seen from the point of view of the current user namespace - vgid Virtual real group ID: real group ID as seen from the point of view of the current user namespace - vegid Virtual effective group ID: effective group ID as seen from the point of view of the current user namespace - vsgid Virtual saved set-group ID: saved set-group ID as seen from the point of view of the current user namespace Signed-off-by: Michael Jeanson Signed-off-by: Jérémie Galarneau ---