From mboxrd@z Thu Jan 1 00:00:00 1970 From: rostedt@goodmis.org (Steven Rostedt) Date: Tue, 21 May 2019 17:16:02 -0400 Subject: [lttng-dev] [PATCH lttng-modules 4/5] fix: mm: move recent_rotated pages calculation to shrink_inactive_list() (v5.2) In-Reply-To: <1045726286.6695.1558472016130.JavaMail.zimbra@efficios.com> References: <20190521203314.8577-1-mjeanson@efficios.com> <20190521203314.8577-4-mjeanson@efficios.com> <1045726286.6695.1558472016130.JavaMail.zimbra@efficios.com> Message-ID: <20190521171602.09481e99@gandalf.local.home> On Tue, 21 May 2019 16:53:36 -0400 (EDT) Mathieu Desnoyers wrote: > So I recommend we do the following in lttng-modules: > > Rename the field nr_activate0 to nr_activate_anon, > Rename the field nr_activate1 to nr_activate_file. > > So users can make something out of those tracepoints without digging > into the kernel source code. > > Even if Steven and Kirill end up choosing to change the name of those > fields upstream in trace-event, it won't have any impact on lttng-modules. > > It would make sense to change those newly introduced exposed names in the > upstream kernel as well though. I'm fine with whatever Kirill decides. -- Steve