Re: [PATCH 01/14] perf tools: Consolidate __hists__add_*entry()

2013-11-01 Thread Jiri Olsa
On Thu, Oct 31, 2013 at 03:56:03PM +0900, Namhyung Kim wrote: > From: Namhyung Kim > > The __hists__add_{branch,mem}_entry() did almost same thing that > __hists__add_entry() does. Consolidate them into one. > > Cc: Jiri Olsa Acked-by: Jiri Olsa jirka -- To unsubscribe from this list: send

[PATCH 01/14] perf tools: Consolidate __hists__add_*entry()

2013-10-30 Thread Namhyung Kim
From: Namhyung Kim The __hists__add_{branch,mem}_entry() did almost same thing that __hists__add_entry() does. Consolidate them into one. Cc: Jiri Olsa Cc: Stephane Eranian Cc: Frederic Weisbecker Signed-off-by: Namhyung Kim --- tools/perf/builtin-annotate.c | 2 +- tools/perf/builtin-dif