Thomas Adam <[email protected]> writes: > On Sun, 12 Aug 2018 at 09:19, Nguyễn Thái Ngọc Duy <[email protected]> wrote: > > Hi, > >> + trace_performance_leave("cache_tree_update"); > > I would suggest trace_performance_leave() calls use __func__ instead. > That way, there's no ambiguity if the function name ever changes.
Please don't, unless you are certain that everybody has __func__ in the first place.

