summaryrefslogtreecommitdiff
path: root/samples/cgroup/Makefile
diff options
context:
space:
mode:
authorDmitry Rokosov <ddrokosov@salutedevices.com>2023-11-23 10:19:43 +0300
committerAndrew Morton <akpm@linux-foundation.org>2023-12-11 03:51:54 +0300
commit60433a9d038db006ca2f49e3c5f050dc46aaad3a (patch)
treef190f13df50a5679591cf43b10907e41af869918 /samples/cgroup/Makefile
parentebc20dcac4ce98f227f63cf8be0c9c1152d25cc9 (diff)
downloadlinux-60433a9d038db006ca2f49e3c5f050dc46aaad3a.tar.xz
samples: introduce new samples subdir for cgroup
Patch series "samples: introduce cgroup events listeners", v3. To begin with, this patch series relocates the cgroup example code to the samples/cgroup directory, which is the appropriate location for such code snippets. Furthermore, a new memcg events listener is introduced. This listener is a simple yet effective tool for monitoring memory events and managing counter changes during runtime. Additionally, as per Andrew Morton's suggestion, a helpful reminder comment is included in the memcontrol implementation. This comment serves to ensure that the samples code is updated whenever new events are added. This patch (of 3): Move the cgroup_event_listener for cgroup v1 to the samples directory. This suggestion was proposed by Andrew Morton during the discussion [1]. Link: https://lore.kernel.org/all/20231106140934.3f5d4960141562fe8da53906@linux-foundation.org/ [1] Link: https://lkml.kernel.org/r/20231123071945.25811-1-ddrokosov@salutedevices.com Link: https://lkml.kernel.org/r/20231123071945.25811-2-ddrokosov@salutedevices.com Signed-off-by: Dmitry Rokosov <ddrokosov@salutedevices.com> Cc: Johannes Weiner <hannes@cmpxchg.org> Cc: Michal Hocko <mhocko@kernel.org> Cc: Muchun Song <muchun.song@linux.dev> Cc: Roman Gushchin <roman.gushchin@linux.dev> Cc: Shakeel Butt <shakeelb@google.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'samples/cgroup/Makefile')
-rw-r--r--samples/cgroup/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/samples/cgroup/Makefile b/samples/cgroup/Makefile
new file mode 100644
index 000000000000..deef4530f5e7
--- /dev/null
+++ b/samples/cgroup/Makefile
@@ -0,0 +1,5 @@
+# SPDX-License-Identifier: GPL-2.0
+
+userprogs-always-y += cgroup_event_listener
+
+userccflags += -I usr/include