Re: [PATCH 03/18] perf tools: Do not pass period and weight to add_hist_entry()

2013-12-18 Thread Jiri Olsa
On Wed, Dec 18, 2013 at 02:21:11PM +0900, Namhyung Kim wrote: > From: Namhyung Kim > > The @entry argument already has the info so no need to pass them. > > Signed-off-by: Namhyung Kim Acked-by: Jiri Olsa jirka -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

Re: [PATCH 03/18] perf tools: Do not pass period and weight to add_hist_entry()

2013-12-18 Thread Jiri Olsa
On Wed, Dec 18, 2013 at 02:21:11PM +0900, Namhyung Kim wrote: From: Namhyung Kim namhyung@lge.com The @entry argument already has the info so no need to pass them. Signed-off-by: Namhyung Kim namhy...@kernel.org Acked-by: Jiri Olsa jo...@redhat.com jirka -- To unsubscribe from this

[PATCH 03/18] perf tools: Do not pass period and weight to add_hist_entry()

2013-12-17 Thread Namhyung Kim
From: Namhyung Kim The @entry argument already has the info so no need to pass them. Signed-off-by: Namhyung Kim --- tools/perf/util/hist.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tools/perf/util/hist.c b/tools/perf/util/hist.c index

[PATCH 03/18] perf tools: Do not pass period and weight to add_hist_entry()

2013-12-17 Thread Namhyung Kim
From: Namhyung Kim namhyung@lge.com The @entry argument already has the info so no need to pass them. Signed-off-by: Namhyung Kim namhy...@kernel.org --- tools/perf/util/hist.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tools/perf/util/hist.c