Re: [PATCH 04/19] context_tracking: Rename context_tracking_cpu_set() to context_tracking_cpu_track_user()

From: Frederic Weisbecker
Date: Wed Mar 09 2022 - 16:11:09 EST


On Sat, Mar 05, 2022 at 03:03:21PM +0100, Peter Zijlstra wrote:
> On Wed, Mar 02, 2022 at 04:47:55PM +0100, Frederic Weisbecker wrote:
> > context_tracking_cpu_set() is called in order to tell a CPU to track
> > user/kernel transitions. Since context tracking is going to expand in
> > to also track transitions from/to idle/IRQ/NMIs, the scope
> > of this function name becomes too broad and needs to be made more
> > specific.
>
> The previous patches did: s/context_tracking_/ct_/ on these names, and
> this one makes it longer still?

Right, in fact I added the renames afterward and forgot to update that patch.
Will do.

Thanks.