Re: [PATCH 12/14] perf tests: Add test interface for dso data fd limit

2014-05-27 Thread Jiri Olsa
On Tue, May 27, 2014 at 10:10:40AM +0900, Namhyung Kim wrote: > On Thu, 15 May 2014 19:23:33 +0200, Jiri Olsa wrote: > > Adding a way to setup test dso limit by global variable > > test_dso_data__fd_limit. It'll be used in the dso data > > cache tests. > > Why is this needed? Why not justing

Re: [PATCH 12/14] perf tests: Add test interface for dso data fd limit

2014-05-27 Thread Jiri Olsa
On Tue, May 27, 2014 at 10:10:40AM +0900, Namhyung Kim wrote: On Thu, 15 May 2014 19:23:33 +0200, Jiri Olsa wrote: Adding a way to setup test dso limit by global variable test_dso_data__fd_limit. It'll be used in the dso data cache tests. Why is this needed? Why not justing setting

Re: [PATCH 12/14] perf tests: Add test interface for dso data fd limit

2014-05-26 Thread Namhyung Kim
On Thu, 15 May 2014 19:23:33 +0200, Jiri Olsa wrote: > Adding a way to setup test dso limit by global variable > test_dso_data__fd_limit. It'll be used in the dso data > cache tests. Why is this needed? Why not justing setting RLIMIT_NOFILE in the test cases? Thanks, Namhyung > > Cc: Arnaldo

Re: [PATCH 12/14] perf tests: Add test interface for dso data fd limit

2014-05-26 Thread Namhyung Kim
On Thu, 15 May 2014 19:23:33 +0200, Jiri Olsa wrote: Adding a way to setup test dso limit by global variable test_dso_data__fd_limit. It'll be used in the dso data cache tests. Why is this needed? Why not justing setting RLIMIT_NOFILE in the test cases? Thanks, Namhyung Cc: Arnaldo

[PATCH 12/14] perf tests: Add test interface for dso data fd limit

2014-05-15 Thread Jiri Olsa
Adding a way to setup test dso limit by global variable test_dso_data__fd_limit. It'll be used in the dso data cache tests. Cc: Arnaldo Carvalho de Melo Cc: Corey Ashford Cc: David Ahern Cc: Frederic Weisbecker Cc: Ingo Molnar Cc: Jean Pihet Cc: Namhyung Kim Cc: Paul Mackerras Cc: Peter

[PATCH 12/14] perf tests: Add test interface for dso data fd limit

2014-05-15 Thread Jiri Olsa
Adding a way to setup test dso limit by global variable test_dso_data__fd_limit. It'll be used in the dso data cache tests. Cc: Arnaldo Carvalho de Melo a...@kernel.org Cc: Corey Ashford cjash...@linux.vnet.ibm.com Cc: David Ahern dsah...@gmail.com Cc: Frederic Weisbecker fweis...@gmail.com Cc: