From efeb864cb547a2cbf96dc0053a8bdb4d9190b364 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 12 Jun 2024 05:50:45 +0200 Subject: Merging upstream version 256. Signed-off-by: Daniel Baumann --- src/cgtop/cgtop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cgtop') diff --git a/src/cgtop/cgtop.c b/src/cgtop/cgtop.c index ca51455..08eae59 100644 --- a/src/cgtop/cgtop.c +++ b/src/cgtop/cgtop.c @@ -207,7 +207,7 @@ static int process( return r; g->n_tasks = 0; - while (cg_read_pid(f, &pid) > 0) { + while (cg_read_pid(f, &pid, CGROUP_DONT_SKIP_UNMAPPED) > 0) { if (arg_count == COUNT_USERSPACE_PROCESSES && pid_is_kernel_thread(pid) > 0) continue; -- cgit v1.2.3