[PATCH 13/14] perf tests: Add test for caching dso file descriptors

2014-06-12 Thread Jiri Olsa
Adding test that setup test_dso_data__fd_limit and test dso data file descriptors are cached appropriately. Acked-by: Namhyung Kim 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:

Re: [PATCH 13/14] perf tests: Add test for caching dso file descriptors

2014-05-30 Thread Jiri Olsa
On Fri, May 30, 2014 at 11:11:20AM +0900, Namhyung Kim wrote: > Hi Jiri, > > On Thu, 29 May 2014 10:37:32 +0200, Jiri Olsa wrote: > > On Thu, May 29, 2014 at 09:06:05AM +0900, Namhyung Kim wrote: > >> On Tue, 27 May 2014 09:54:36 +0200, Jiri Olsa wrote: > >> > On Tue, May 27, 2014 at 10:36:44AM +0

Re: [PATCH 13/14] perf tests: Add test for caching dso file descriptors

2014-05-29 Thread Namhyung Kim
Hi Jiri, On Thu, 29 May 2014 10:37:32 +0200, Jiri Olsa wrote: > On Thu, May 29, 2014 at 09:06:05AM +0900, Namhyung Kim wrote: >> On Tue, 27 May 2014 09:54:36 +0200, Jiri Olsa wrote: >> > On Tue, May 27, 2014 at 10:36:44AM +0900, Namhyung Kim wrote: >> >> On Thu, 15 May 2014 19:23:34 +0200, Jiri Ol

Re: [PATCH 13/14] perf tests: Add test for caching dso file descriptors

2014-05-29 Thread Jiri Olsa
On Thu, May 29, 2014 at 09:06:05AM +0900, Namhyung Kim wrote: > On Tue, 27 May 2014 09:54:36 +0200, Jiri Olsa wrote: > > On Tue, May 27, 2014 at 10:36:44AM +0900, Namhyung Kim wrote: > >> On Thu, 15 May 2014 19:23:34 +0200, Jiri Olsa wrote: > >> > Adding test that setup test_dso_data__fd_limit and

Re: [PATCH 13/14] perf tests: Add test for caching dso file descriptors

2014-05-28 Thread Namhyung Kim
On Tue, 27 May 2014 09:54:36 +0200, Jiri Olsa wrote: > On Tue, May 27, 2014 at 10:36:44AM +0900, Namhyung Kim wrote: >> On Thu, 15 May 2014 19:23:34 +0200, Jiri Olsa wrote: >> > Adding test that setup test_dso_data__fd_limit and test >> > dso data file descriptors are cached appropriately. >> >> [

Re: [PATCH 13/14] perf tests: Add test for caching dso file descriptors

2014-05-27 Thread Jiri Olsa
On Tue, May 27, 2014 at 10:36:44AM +0900, Namhyung Kim wrote: > On Thu, 15 May 2014 19:23:34 +0200, Jiri Olsa wrote: > > Adding test that setup test_dso_data__fd_limit and test > > dso data file descriptors are cached appropriately. > > [SNIP] > > +static long open_files_cnt(void) > > +{ > > + c

Re: [PATCH 13/14] perf tests: Add test for caching dso file descriptors

2014-05-26 Thread Namhyung Kim
On Thu, 15 May 2014 19:23:34 +0200, Jiri Olsa wrote: > Adding test that setup test_dso_data__fd_limit and test > dso data file descriptors are cached appropriately. [SNIP] > +static long open_files_cnt(void) > +{ > + char path[PATH_MAX]; > + struct dirent *dent; > + DIR *dir; > + l

[PATCH 13/14] perf tests: Add test for caching dso file descriptors

2014-05-15 Thread Jiri Olsa
Adding test that setup test_dso_data__fd_limit and test dso data file descriptors are cached appropriately. 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 Zijlstra Signed-o