Re: [PATCH v2 03/17] perf hists: Add helper functions for hierarchy mode

From: Namhyung Kim
Date: Thu Jan 21 2016 - 08:06:54 EST


On Thu, Jan 21, 2016 at 01:19:31PM +0900, Namhyung Kim wrote:
> The rb_hierarchy_{first,last,next,prev} functions are to traverse all

Ouch, missed to remove 'first' here.


> hist entries in a hierarchy. They will be used by various function
> which supports hierarchy output.
>
> Signed-off-by: Namhyung Kim <namhyung@xxxxxxxxxx>
> ---
> removed rb_hierarchy_first().