summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/cgroup/test_pids.c
AgeCommit message (Collapse)Author
2024-05-26selftests: cgroup: Add basic tests for pids controllerMichal Koutný
This commit adds (and wires in) new test program for checking basic pids controller functionality -- restricting tasks in a cgroup and correct event counting. Signed-off-by: Michal Koutný <mkoutny@suse.com> Signed-off-by: Tejun Heo <tj@kernel.org>