From 2a3a1a2bd63abbcfa53002e86e4be111783a9caa Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Wed, 1 Apr 2020 10:51:56 -0400 Subject: [PATCH] Clean-up: trace-ust comment still refers to only PID trackers MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit An application must meet all process attribute trackers restrictions to be traced. Signed-off-by: Jérémie Galarneau Change-Id: I9d8cd00b95c7db70ebf4fe91d6aea60646e3c525 --- src/bin/lttng-sessiond/ust-app.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/lttng-sessiond/ust-app.c b/src/bin/lttng-sessiond/ust-app.c index ea3f86039..a4fea821a 100644 --- a/src/bin/lttng-sessiond/ust-app.c +++ b/src/bin/lttng-sessiond/ust-app.c @@ -4996,7 +4996,7 @@ end: /* * The caller must ensure that the application is compatible and is tracked - * by the PID tracker. + * by the process attribute trackers. */ static void ust_app_synchronize(struct ltt_ust_session *usess, -- 2.34.1