Re: [PATCH 01/18] perf test: Remove die() calls

2012-09-11 Thread Namhyung Kim
On Tue, 11 Sep 2012 18:03:10 -0700, Arnaldo Carvalho de Melo wrote: > Em Wed, Sep 12, 2012 at 09:24:33AM +0900, Namhyung Kim escreveu: >> Hi, Arnaldo >> >> On Tue, 11 Sep 2012 20:52:53 -0300, Arnaldo Carvalho de Melo wrote: >> > From: Arnaldo Carvalho de Melo >> > >> > Just use pr_err() + return

Re: [PATCH 01/18] perf test: Remove die() calls

2012-09-11 Thread Arnaldo Carvalho de Melo
Em Wed, Sep 12, 2012 at 09:24:33AM +0900, Namhyung Kim escreveu: > Hi, Arnaldo > > On Tue, 11 Sep 2012 20:52:53 -0300, Arnaldo Carvalho de Melo wrote: > > From: Arnaldo Carvalho de Melo > > > > Just use pr_err() + return -1 and let the other tests run as well and > > then the perf's main() exit d

Re: [PATCH 01/18] perf test: Remove die() calls

2012-09-11 Thread Namhyung Kim
Hi, Arnaldo On Tue, 11 Sep 2012 20:52:53 -0300, Arnaldo Carvalho de Melo wrote: > From: Arnaldo Carvalho de Melo > > Just use pr_err() + return -1 and let the other tests run as well and > then the perf's main() exit doing whatever it needs. [snip] > diff --git a/tools/perf/builtin-test.c b/tools

[PATCH 01/18] perf test: Remove die() calls

2012-09-11 Thread Arnaldo Carvalho de Melo
From: Arnaldo Carvalho de Melo Just use pr_err() + return -1 and let the other tests run as well and then the perf's main() exit doing whatever it needs. Cc: David Ahern Cc: Frederic Weisbecker Cc: Jiri Olsa Cc: Mike Galbraith Cc: Namhyung Kim Cc: Paul Mackerras Cc: Peter Zijlstra Cc: Ste