On Tue, May 14, 2013 at 11:09:01AM +0900, Namhyung Kim wrote: > From: Namhyung Kim <[email protected]> > > Those _threaded() functions are needed to make hist tree handling > thread-safe, but AFAICS the only thing it does is forcing it to use > the intermediate 'collapsed' tree. It can be acheived by setting > sort__need_collapse to 1 in cmd_top() so no need to keep those > _threaded() variants. > > Signed-off-by: Namhyung Kim <[email protected]> > --- > tools/perf/builtin-top.c | 23 +++++++++++++---------- > tools/perf/util/hist.c | 44 ++++++-------------------------------------- > tools/perf/util/hist.h | 4 ---- > 3 files changed, 19 insertions(+), 52 deletions(-)
Acked-by: Jiri Olsa <[email protected]> jirka -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

