Re: [PATCH 4/9] perf hists: Move locking to its call-sites

2013-05-17 Thread Jiri Olsa
On Tue, May 14, 2013 at 11:09:02AM +0900, Namhyung Kim wrote: > From: Namhyung Kim > > It's a preparation patch to eliminate unneeded locking in the perf > report path. > > Signed-off-by: Namhyung Kim > --- > tools/perf/builtin-report.c | 26 ++ >

Re: [PATCH 4/9] perf hists: Move locking to its call-sites

2013-05-17 Thread Jiri Olsa
On Tue, May 14, 2013 at 11:09:02AM +0900, Namhyung Kim wrote: From: Namhyung Kim namhyung@lge.com It's a preparation patch to eliminate unneeded locking in the perf report path. Signed-off-by: Namhyung Kim namhy...@kernel.org --- tools/perf/builtin-report.c | 26

[PATCH 4/9] perf hists: Move locking to its call-sites

2013-05-13 Thread Namhyung Kim
From: Namhyung Kim It's a preparation patch to eliminate unneeded locking in the perf report path. Signed-off-by: Namhyung Kim --- tools/perf/builtin-report.c | 26 ++ tools/perf/builtin-top.c| 3 +++ tools/perf/util/hist.c | 6 +- 3 files changed, 18

[PATCH 4/9] perf hists: Move locking to its call-sites

2013-05-13 Thread Namhyung Kim
From: Namhyung Kim namhyung@lge.com It's a preparation patch to eliminate unneeded locking in the perf report path. Signed-off-by: Namhyung Kim namhy...@kernel.org --- tools/perf/builtin-report.c | 26 ++ tools/perf/builtin-top.c| 3 +++ tools/perf/util/hist.c