On Thu, Nov 23, 2023 at 10:39:36PM +0300, Dmitry Rokosov wrote: > Sometimes, it becomes necessary to determine the memcg tracepoint event > that has occurred. This is particularly relevant in scenarios involving > a large cgroup hierarchy, where users may wish to trace the process of > reclamation within a specific cgroup(s) by applying a filter. > > The function cgroup_ino() is a useful tool for this purpose. > To integrate cgroup_ino() into the existing memcg tracepoints, this > patch introduces a new tracepoint template for the begin() and end() > events. > > Signed-off-by: Dmitry Rokosov <ddrokosov@xxxxxxxxxxxxxxxxx> Acked-by: Shakeel Butt <shakeelb@xxxxxxxxxx>