Re: [PATCH] perf ui/tui: Fix a small callchain display bug

From: Arnaldo Carvalho de Melo
Date: Wed Aug 13 2014 - 16:12:18 EST


Em Wed, Aug 13, 2014 at 10:19:09AM +0200, Ingo Molnar escreveu:
> * Namhyung Kim <namhyung@xxxxxxxxxx> wrote:
> > Before:

> > Children Self Command Shared Object Symbols
> > ---------------------------------------------------------------------------
> > - 40.70% 0.00% swapper [kernel.kallsyms] [k] cpuidle_wrap_enter
> > + cpuidle_wrap_enter
> > + cpuidle_enter_tk
> > + cpuidle_idle_call
> > + cpu_idle

> > After:

> > Children Self Command Shared Object Symbols
> > ---------------------------------------------------------------------------
> > - 40.70% 0.00% swapper [kernel.kallsyms] [k] cpuidle_wrap_enter
> > cpuidle_wrap_enter
> > cpuidle_enter_tk
> > cpuidle_idle_call
> > + cpu_idle
> >
> > Cc: Frederic Weisbecker <fweisbec@xxxxxxxxx>
> > Signed-off-by: Namhyung Kim <namhyung@xxxxxxxxxx>
>
> Nice fix!

Indeed, longstanding problem, kudos to Namhyung for deving into TUI +
callchain land to fix this!

- Arnaldo

> Acked-by: Ingo Molnar <mingo@xxxxxxxxxx>
>
> Thanks,
>
> Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/