Re: [PATCH 18/37] perf tools: Remove thread when map groups initialization failed

2014-12-28 Thread Namhyung Kim
On Sat, Dec 27, 2014 at 05:45:56PM -0700, David Ahern wrote: > On 12/24/14 12:15 AM, Namhyung Kim wrote: > >Otherwise it'll break the machine->threads tree. > > > >Signed-off-by: Namhyung Kim > >--- > > tools/perf/util/machine.c | 1 + > > 1 file changed, 1 insertion(+) > > > >diff --git a/tools/

Re: [PATCH 18/37] perf tools: Remove thread when map groups initialization failed

2014-12-27 Thread David Ahern
On 12/24/14 12:15 AM, Namhyung Kim wrote: Otherwise it'll break the machine->threads tree. Signed-off-by: Namhyung Kim --- tools/perf/util/machine.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/perf/util/machine.c b/tools/perf/util/machine.c index 031bace39fdc..beae6e8fe789 1006

[PATCH 18/37] perf tools: Remove thread when map groups initialization failed

2014-12-23 Thread Namhyung Kim
Otherwise it'll break the machine->threads tree. Signed-off-by: Namhyung Kim --- tools/perf/util/machine.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/perf/util/machine.c b/tools/perf/util/machine.c index 031bace39fdc..beae6e8fe789 100644 --- a/tools/perf/util/machine.c +++ b/tools