Re: [PATCH 1/5] perf test: Add -F/--dont-fork option

2016-06-30 Thread Arnaldo Carvalho de Melo
Em Tue, Jun 28, 2016 at 01:29:01PM +0200, Jiri Olsa escreveu: > Adding -F/--dont-fork option to bypass forking > for each test. It's useful for debugging test. Applied, but moved 1/5 to after the csets fixing things that breaks with it, I tested those without this one and they work, then with -F a

Re: [PATCH 1/5] perf test: Add -F/--dont-fork option

2016-06-30 Thread Nilay Vaish
On 29 June 2016 at 11:07, Arnaldo Carvalho de Melo wrote: > Em Wed, Jun 29, 2016 at 11:04:01AM -0500, Nilay Vaish escreveu: >> On 28 June 2016 at 06:29, Jiri Olsa wrote: >> > Adding -F/--dont-fork option to bypass forking >> > for each test. It's useful for debugging test. >> > >> > Link: http://

Re: [PATCH 1/5] perf test: Add -F/--dont-fork option

2016-06-29 Thread Arnaldo Carvalho de Melo
Em Wed, Jun 29, 2016 at 11:04:01AM -0500, Nilay Vaish escreveu: > On 28 June 2016 at 06:29, Jiri Olsa wrote: > > Adding -F/--dont-fork option to bypass forking > > for each test. It's useful for debugging test. > > > > Link: http://lkml.kernel.org/n/tip-yq9gy0fcr8nl70986gwnl...@git.kernel.org > >

Re: [PATCH 1/5] perf test: Add -F/--dont-fork option

2016-06-29 Thread Nilay Vaish
On 28 June 2016 at 06:29, Jiri Olsa wrote: > Adding -F/--dont-fork option to bypass forking > for each test. It's useful for debugging test. > > Link: http://lkml.kernel.org/n/tip-yq9gy0fcr8nl70986gwnl...@git.kernel.org > Signed-off-by: Jiri Olsa > --- > tools/perf/Documentation/perf-test.txt |

[PATCH 1/5] perf test: Add -F/--dont-fork option

2016-06-28 Thread Jiri Olsa
Adding -F/--dont-fork option to bypass forking for each test. It's useful for debugging test. Link: http://lkml.kernel.org/n/tip-yq9gy0fcr8nl70986gwnl...@git.kernel.org Signed-off-by: Jiri Olsa --- tools/perf/Documentation/perf-test.txt | 4 +++ tools/perf/tests/builtin-test.c| 55 +